diff --git a/.gitignore b/.gitignore index 10b8bc0..6de1d1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .Rproj.user .Rhistory .Rdata +.Renviron .httr-oauth .DS_Store inst/doc diff --git a/DESCRIPTION b/DESCRIPTION index 2786969..fc1741d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,13 +1,13 @@ Package: bundle Title: Serialize Model Objects with a Consistent Interface -Version: 0.1.0.9000 +Version: 0.1.1 Authors@R: c( person("Julia", "Silge", , "julia.silge@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3671-836X")), person("Simon", "Couch", , "simonpatrickcouch@gmail.com", role = "aut"), person("Qiushi", "Yan", , "qiushi.yann@gmail.com", role = "aut"), person("Max", "Kuhn", , "max@posit.co", role = "aut"), - person(given = "Posit Software, PBC", role = c("cph", "fnd")) + person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Typically, models in 'R' exist in memory and can be saved via regular 'R' serialization. However, some models store information in @@ -18,6 +18,8 @@ Description: Typically, models in 'R' exist in memory and can be saved via License: MIT + file LICENSE URL: https://github.com/rstudio/bundle, https://rstudio.github.io/bundle/ BugReports: https://github.com/rstudio/bundle/issues +Depends: + R (>= 3.6) Imports: glue, purrr, diff --git a/NEWS.md b/NEWS.md index 5956bfc..070dde7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# bundle (development version) +# bundle 0.1.1 * Fixed bundling of recipes steps situated inside of workflows. diff --git a/cran-comments.md b/cran-comments.md index 858617d..c320579 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,6 @@ -## R CMD check results +## revdepcheck results -0 errors | 0 warnings | 1 note +We checked 1 reverse dependency, comparing R CMD check results across CRAN and dev versions of this package. -* This is a new release. + * We saw 0 new problems + * We failed to check 0 packages