-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 886 Bytes
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: algorithmia
Type: Package
Title: Tools to Work with the 'Algorithmia' 'API'
Version: 0.1.1
Date: 2018-09-16
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rudis.net>
Description: The 'Algorithmia' web service provide a normalized 'API' abstraction
layer to numerous microservices and machine learning algorithms. Functions are
provided to enable accessing the 'Algorithmia' 'API' using a "piping" idiom.
URL: http://github.com/hrbrmstr/algorithmia
BugReports: https://github.com/hrbrmstr/algorithmia/issues
Encoding: UTF-8
License: AGPL
Suggests:
testthat,
knitr,
rmarkdown
Depends:
R (>= 3.0.0)
Imports:
purrr,
httr,
jsonlite,
stringi,
magrittr,
utils
RoxygenNote: 6.0.1.9000
VignetteBuilder: knitr