Skip to content

Commit 763f689

Browse files
authored
Merge pull request #37 from davidrsch/description_metadata
Updating description metadata
2 parents 18d702a + ffb6ec3 commit 763f689

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

DESCRIPTION

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
Package: kerasnip
2+
Type: Package
23
Title: A Bridge Between 'keras' and 'tidymodels'
34
Version: 0.1.0.900
45
Authors@R:
5-
person("David", "Díaz", , "daviddrsch@gmail.com", role = c("aut", "cre"))
6+
person(
7+
"David",
8+
"Díaz",
9+
role = c("aut", "cph", "cre"),
10+
email = "daviddrsch@gmail.com",
11+
comment = c(ORCID = "0000-0002-0927-9795")
12+
)
613
Description: Provides a seamless bridge between 'keras' and the 'tidymodels'
714
frameworks. It allows for the dynamic creation of 'parsnip' model
815
specifications for 'keras' models.
9-
License: MIT + file LICENSE
1016
Encoding: UTF-8
17+
License: MIT + file LICENSE
18+
URL: https://davidrsch.github.io/kerasnip/, https://github.com/davidrsch/kerasnip
19+
BugReports: https://github.com/davidrsch/kerasnip/issues
1120
Roxygen: list(markdown = TRUE)
1221
RoxygenNote: 7.3.3
1322
Imports:

0 commit comments

Comments
 (0)