Skip to content

Commit 2084de3

Browse files
authored
Merge pull request #727 from dfalbel/cran/2.2.4.1
CRAN release
2 parents 2597582 + ff1aa9f commit 2084de3

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

DESCRIPTION

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Package: keras
22
Type: Package
33
Title: R Interface to 'Keras'
4-
Version: 2.2.4.9001
4+
Version: 2.2.4.1
55
Authors@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"),
1112
email = "[email protected]",
1213
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:
2828
Imports:
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
4442
SystemRequirements: Keras >= 2.0 (https://keras.io)
4543
Roxygen: list(markdown = TRUE)
4644
RoxygenNote: 6.1.1

man/keras-package.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)