11Package: keras
22Type: Package
33Title: R Interface to 'Keras'
4- Version: 2.2.4.9001
4+ Version: 2.2.4.1
55Authors@R: c(
6- person("JJ", "Allaire", role = c("aut", "cre"), email = "
[email protected] "),
6+ person("Daniel", "Falbel", role = c("ctb", "cph", "cre"), email = "
[email protected] "),
7+ person("JJ", "Allaire", role = c("aut", "cph")),
78 person("François", "Chollet", role = c("aut", "cph")),
89 person(family = "RStudio", role = c("ctb", "cph", "fnd")),
910 person(family = "Google", role = c("ctb", "cph", "fnd")),
1011 person("Yuan", "Tang", role = c("ctb", "cph"),
11121213 comment = c(ORCID = "0000-0001-5243-233X")),
13- person("Daniel", "Falbel", role = c("ctb", "cph")),
1414 person("Wouter", "Van Der Bijl", role = c("ctb", "cph")),
1515 person("Martin", "Studer", role = c("ctb", "cph")),
1616 person("Sigrid", "Keydana", role = c("ctb"))
@@ -28,7 +28,7 @@ Depends:
2828Imports:
2929 generics (>= 0.0.1),
3030 reticulate (>= 1.10),
31- tensorflow (>= 1.10.0.9001 ),
31+ tensorflow (>= 1.13.1 ),
3232 tfruns (>= 1.0),
3333 magrittr,
3434 zeallot,
@@ -39,8 +39,6 @@ Suggests:
3939 testthat,
4040 knitr,
4141 rmarkdown
42- Remotes:
43- rstudio/tensorflow
4442SystemRequirements: Keras >= 2.0 (https://keras.io)
4543Roxygen: list(markdown = TRUE)
4644RoxygenNote: 6.1.1
0 commit comments