From a6972a5a16f918f1ec44471de03f8938539b8f20 Mon Sep 17 00:00:00 2001 From: qiushi Date: Wed, 1 Jun 2022 11:06:47 -0500 Subject: [PATCH] cleanup --- .Rbuildignore | 1 + DESCRIPTION | 7 +++++-- cran-comments.md | 5 +++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index f945fb5..e4a6c52 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -9,3 +9,4 @@ ^codecov\.yml$ ^\.github$ ^CNAME$ +^cran-comments\.md$ diff --git a/DESCRIPTION b/DESCRIPTION index 9f370ff..9743b85 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,14 +4,17 @@ Version: 0.0.1 Authors@R: c( person("Max", "Kuhn", , "max@rstudio.com", 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", , "dr.stevenpawley@gmail.com", role = "aut"), person("RStudio", role = "cph") ) -Description: Create and evaluate models using 'tidymodels' and 'h2o'. The +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 Depends: parsnip Imports: diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..858617d --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,5 @@ +## R CMD check results + +0 errors | 0 warnings | 1 note + +* This is a new release.