-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.13 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.13 KB
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
40
41
42
43
Package: cloudml
Title: Interface to the Google Cloud Machine Learning Platform
Version: 0.7.1.9000
Authors@R: c(
person("Tomasz", "Kalinowski", email = "tomasz@posit.co", role = c("cre")),
person("Daniel", "Falbel", email = "daniel@rstudio.com", role = c("aut")),
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/vertex-ai>, 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,
rmarkdown,
testthat
License: Apache License 2.0
SystemRequirements: Python (>= 2.7.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://github.com/rstudio/cloudml
BugReports: https://github.com/rstudio/cloudml/issues