diff --git a/DESCRIPTION b/DESCRIPTION index db541982..324ea791 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: vetiver Title: Version, Share, Deploy, and Monitor Models -Version: 0.2.1.9000 +Version: 0.2.2 Authors@R: c( person("Julia", "Silge", , "julia.silge@posit.co", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-3671-836X")), @@ -16,7 +16,7 @@ URL: https://vetiver.rstudio.com, https://rstudio.github.io/vetiver-r/, https://github.com/rstudio/vetiver-r/ BugReports: https://github.com/rstudio/vetiver-r/issues Depends: - R (>= 3.5) + R (>= 3.6) Imports: bundle, butcher (>= 0.3.1), diff --git a/NEWS.md b/NEWS.md index a0b6f773..8521b707 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# vetiver (development version) +# vetiver 0.2.2 * Fixed a bug in where `vetiver_write_docker()` writes the renv lockfile (#212). diff --git a/cran-comments.md b/cran-comments.md index 554fc5b8..9e312c9f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,10 @@ ## Release Summary -This is the 11th CRAN release of vetiver. This release adds support for more model types, deployment to AWS SageMaker, more robust package version checking renv, and other bug fixes and improvements. +This is the 12th CRAN release of vetiver. This release removes a usage of `getRversion()` as instructed by CRAN, as well as fixing a Docker-related bug and adding a new endpoint for vetiver model APIs. -## R CMD check results +## revdepcheck results -0 errors | 0 warnings | 0 notes +We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 0 new problems + * We failed to check 0 packages