From 37fef68c0fceed61a0549e23b6ab3d9781b5d4c1 Mon Sep 17 00:00:00 2001 From: Andreas Beger Date: Tue, 5 Sep 2023 14:57:39 +0300 Subject: [PATCH] bump version to 0.3.2 --- DESCRIPTION | 2 +- NEWS.md | 2 +- cran-comments.md | 18 +++++++++--------- release-prep.md | 3 +++ 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 339b043..6d62755 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: states Type: Package Title: Create Panels of Independent States -Version: 0.3.1 +Version: 0.3.2 Authors@R: person("Andreas", "Beger", role = c("cre", "aut"), email = "adbeger@gmail.com", comment = c(ORCID = "0000-0003-1883-3169")) Maintainer: Andreas Beger diff --git a/NEWS.md b/NEWS.md index 10cba97..f3a37d4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ -# states 0.3.1.9000 +# states 0.3.2 Several small fixes. diff --git a/cran-comments.md b/cran-comments.md index 41e33c5..f45d849 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,14 +1,14 @@ ## Test environments -- local R installation (macOS), R 4.0.5 +- local R installation (macOS), R 4.3.1 - win-builder (release) - win-builder (devel) On GitHub Actions: -- macOS R-release -- Windows R-release -- Ubuntu R-release, R-devel +- macOS release +- Windows release +- Ubuntu release, devel, oldrel-1 On R-Hub: @@ -20,12 +20,12 @@ On R-Hub: 0 errors | 0 warnings | 0 notes -********** +## Reverse dependencies -Various minor updates. +Listed in Suggests for 1 package, demcon -There are 3 WARNINGS right now in the CRAN checks, related to building one of the package Rmarkdown vignettes that depends on the DT package: +There are no additional test errors introduced by states, but I did find other unrelated test errors. -`there is no package called 'webshot'` +********** -I'm not getting them anywhere else. Not sure what to do about this. +Various minor updates, including adding a state-package alias for the package doc. diff --git a/release-prep.md b/release-prep.md index 0c1f383..cad6330 100644 --- a/release-prep.md +++ b/release-prep.md @@ -2,6 +2,9 @@ Notes to prep for release ========================= ```r +urlchecker::url_check() +devtools::build_readme() + devtools::check(remote = TRUE, manual = TRUE) devtools::check_win_devel() devtools::check_win_release()