-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathDESCRIPTION
39 lines (39 loc) · 973 Bytes
/
DESCRIPTION
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
33
34
35
36
37
38
39
Package: cloudml
Title: Interface to the Google Cloud Machine Learning Platform
Version: 0.7.0
Authors@R: c(
person("Daniel", "Falbel", email = "daniel@rstudio.com", role = c("aut", "cre")),
person("Javier", "Luraschi", role = c("aut")),
person("JJ", "Allaire", role = c("aut")),
person("Kevin", "Ushey", role = c("aut")),
person(family = "RStudio", role = c("cph"))
)
Description: Interface to the Google Cloud Machine Learning Platform
<https://cloud.google.com/ml-engine>, which provides cloud tools for training machine
learning models.
Depends:
R (>= 3.3.0),
tfruns (>= 1.3)
Imports:
config,
jsonlite,
packrat,
processx,
rprojroot,
rstudioapi,
tools,
utils,
withr,
yaml
Suggests:
tensorflow (>= 1.4.2),
keras (>= 2.1.2),
knitr,
testthat
License: Apache License 2.0
SystemRequirements: Python (>= 2.7.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
VignetteBuilder: knitr