Skip to content

Commit

Permalink
bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andybega committed Sep 5, 2023
1 parent 167c83b commit 37fef68
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <adbeger@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# states 0.3.1.9000
# states 0.3.2

Several small fixes.

Expand Down
18 changes: 9 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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.
3 changes: 3 additions & 0 deletions release-prep.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 37fef68

Please sign in to comment.