Skip to content

Commit

Permalink
prepare for cran
Browse files Browse the repository at this point in the history
  • Loading branch information
qiushiyan committed May 31, 2022
1 parent e051444 commit 147343b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
^codecov\.yml$
^\.github$
^CNAME$
^cran-comments\.md$
9 changes: 7 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,25 @@ Version: 0.0.1
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2402-136X")),
person("Qiushi", "Yan", , "qiushi.yan@rstudio.com", role = c("aut", "cre")),
person("Qiushi", "Yan", , "qiushi.yann@gmail.com", role = c("aut", "cre")),
person("Steven", "Pawley", , "[email protected]", role = "aut"),
person("RStudio", role = "cph")
)
Description: Create and evaluate models using 'tidymodels' and 'h2o'. The
package enables users to specify 'h2o' as an engine for several
modeling methods.
License: MIT + file LICENSE
URL:
https://agua.tidymodels.org/,
https://github.com/tidymodels/agua,
https://cran.r-project.org/web/packages/h2o/h2o.pdf
BugReports: https://github.com/tidymodels/agua/issues
Depends:
parsnip
Imports:
dplyr,
glue,
h2o (>= 3.36.0.4),
h2o (>= 3.36.1.2),
hardhat,
purrr,
recipes,
Expand Down
5 changes: 5 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.

0 comments on commit 147343b

Please sign in to comment.