From a46949a8cbdc0a46a3029d464fa07c3c16b428eb Mon Sep 17 00:00:00 2001 From: usmap-bot Date: Wed, 20 Mar 2024 03:07:49 +0000 Subject: [PATCH 1/2] [automated] Prepare for 0.7.1 release --- DESCRIPTION | 2 +- NEWS.md | 2 +- revdep/README.md | 54 +++++++++++++++--------- revdep/cran.md | 2 +- revdep/failures.md | 100 ++++++++++++++++++++++++++++++++++++++++++++- 5 files changed, 137 insertions(+), 23 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 217db38..2d0dabb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: usmap -Version: 0.7.0.9000 +Version: 0.7.1 Title: US Maps Including Alaska and Hawaii Description: Obtain United States map data frames of varying region types (e.g. county, state). The map data frames include Alaska and Hawaii conveniently placed to the diff --git a/NEWS.md b/NEWS.md index 7ec53f1..638a0fc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# [unreleased] +# usmap 0.7.1 ### Improvements * Add citation information to README, see [Issue #86](https://github.com/pdil/usmap/issues/86). diff --git a/revdep/README.md b/revdep/README.md index adeece0..c473b81 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,27 +1,43 @@ # Platform -|field |value | -|:--------|:------------------------------------------------------------------------------------------| -|version |R version 4.3.2 (2023-10-31) | -|os |macOS Sonoma 14.2.1 | -|system |aarch64, darwin20 | -|ui |RStudio | -|language |(EN) | -|collate |en_US.UTF-8 | -|ctype |en_US.UTF-8 | -|tz |America/New_York | -|date |2024-01-19 | -|rstudio |2023.06.0+421 Mountain Hydrangea (desktop) | -|pandoc |3.1.1 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/ (via rmarkdown) | +|field |value | +|:--------|:----------------------------| +|version |R version 4.3.3 (2024-02-29) | +|os |Ubuntu 22.04.4 LTS | +|system |x86_64, linux-gnu | +|ui |X11 | +|language |(EN) | +|collate |C.UTF-8 | +|ctype |C.UTF-8 | +|tz |UTC | +|date |2024-03-20 | +|pandoc |2.9.2.1 @ /usr/bin/pandoc | # Dependencies -|package |old |new |Δ | -|:-------|:-----|:----------|:--| -|usmap |0.6.4 |0.6.4.9999 |* | -|DBI |NA |1.2.0 |* | -|Rcpp |NA |1.0.12 |* | -|rlang |NA |1.1.3 |* | +|package |old |new |Δ | +|:---------|:------|:----------|:--| +|usmap |0.7.0 |0.7.0.9000 |* | +|classInt |0.4-10 |0.4-10 | | +|DBI |1.2.2 |1.2.2 | | +|e1071 |1.7-14 |1.7-14 | | +|magrittr |2.0.3 |2.0.3 | | +|proxy |0.4-27 |0.4-27 | | +|Rcpp |1.0.12 |1.0.12 | | +|rlang |1.1.3 |1.1.3 | | +|s2 |1.1.6 |1.1.6 | | +|sf |1.0-15 |1.0-15 | | +|units |0.8-5 |0.8-5 | | +|usmapdata |0.2.2 |0.2.2 | | +|wk |0.9.1 |0.9.1 | | # Revdeps +## Failed to check (3) + +|package |version |error |warning |note | +|:---------|:-------|:-----|:-------|:----| +|cpsvote |? | | | | +|ecocomDP |? | | | | +|PracTools |? | | | | + diff --git a/revdep/cran.md b/revdep/cran.md index 29c1961..cb582d7 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -1,6 +1,6 @@ ## revdepcheck results -We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. +We checked 3 reverse dependencies (0 from CRAN + 3 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. * We saw 0 new problems * We failed to check 0 packages diff --git a/revdep/failures.md b/revdep/failures.md index 9a20736..6d41fef 100644 --- a/revdep/failures.md +++ b/revdep/failures.md @@ -1 +1,99 @@ -*Wow, no problems at all. :)* \ No newline at end of file +# cpsvote + +
+ +* Version: +* GitHub: https://github.com/pdil/usmap +* Source code: NA +* Number of recursive dependencies: 0 + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# ecocomDP + +
+ +* Version: +* GitHub: https://github.com/pdil/usmap +* Source code: NA +* Number of recursive dependencies: 0 + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# PracTools + +
+ +* Version: +* GitHub: https://github.com/pdil/usmap +* Source code: NA +* Number of recursive dependencies: 0 + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` From 682805ddcbb5641390d32b68861e5d93261bf2c3 Mon Sep 17 00:00:00 2001 From: Paolo Di Lorenzo Date: Thu, 21 Mar 2024 19:02:53 -0400 Subject: [PATCH 2/2] Prepare for next release --- DESCRIPTION | 2 +- NEWS.md | 5 +++ revdep/README.md | 51 ++++++++--------------- revdep/cran.md | 2 +- revdep/failures.md | 100 +-------------------------------------------- 5 files changed, 24 insertions(+), 136 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2d0dabb..94c0392 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: usmap -Version: 0.7.1 +Version: 0.7.1.9000 Title: US Maps Including Alaska and Hawaii Description: Obtain United States map data frames of varying region types (e.g. county, state). The map data frames include Alaska and Hawaii conveniently placed to the diff --git a/NEWS.md b/NEWS.md index 638a0fc..4627cd2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,9 @@ +# [unreleased] + + + # usmap 0.7.1 +Released Thursday, March 21, 2024. ### Improvements * Add citation information to README, see [Issue #86](https://github.com/pdil/usmap/issues/86). diff --git a/revdep/README.md b/revdep/README.md index c473b81..ea56b4e 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,43 +1,24 @@ # Platform -|field |value | -|:--------|:----------------------------| -|version |R version 4.3.3 (2024-02-29) | -|os |Ubuntu 22.04.4 LTS | -|system |x86_64, linux-gnu | -|ui |X11 | -|language |(EN) | -|collate |C.UTF-8 | -|ctype |C.UTF-8 | -|tz |UTC | -|date |2024-03-20 | -|pandoc |2.9.2.1 @ /usr/bin/pandoc | +|field |value | +|:--------|:------------------------------------------------------------------------------------------| +|version |R version 4.3.2 (2023-10-31) | +|os |macOS Sonoma 14.3.1 | +|system |aarch64, darwin20 | +|ui |RStudio | +|language |(EN) | +|collate |en_US.UTF-8 | +|ctype |en_US.UTF-8 | +|tz |America/New_York | +|date |2024-03-20 | +|rstudio |2023.06.0+421 Mountain Hydrangea (desktop) | +|pandoc |3.1.1 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/ (via rmarkdown) | # Dependencies -|package |old |new |Δ | -|:---------|:------|:----------|:--| -|usmap |0.7.0 |0.7.0.9000 |* | -|classInt |0.4-10 |0.4-10 | | -|DBI |1.2.2 |1.2.2 | | -|e1071 |1.7-14 |1.7-14 | | -|magrittr |2.0.3 |2.0.3 | | -|proxy |0.4-27 |0.4-27 | | -|Rcpp |1.0.12 |1.0.12 | | -|rlang |1.1.3 |1.1.3 | | -|s2 |1.1.6 |1.1.6 | | -|sf |1.0-15 |1.0-15 | | -|units |0.8-5 |0.8-5 | | -|usmapdata |0.2.2 |0.2.2 | | -|wk |0.9.1 |0.9.1 | | +|package |old |new |Δ | +|:-------|:-----|:-----|:--| +|usmap |0.7.0 |0.7.1 |* | # Revdeps -## Failed to check (3) - -|package |version |error |warning |note | -|:---------|:-------|:-----|:-------|:----| -|cpsvote |? | | | | -|ecocomDP |? | | | | -|PracTools |? | | | | - diff --git a/revdep/cran.md b/revdep/cran.md index cb582d7..29c1961 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -1,6 +1,6 @@ ## revdepcheck results -We checked 3 reverse dependencies (0 from CRAN + 3 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. +We checked 3 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 diff --git a/revdep/failures.md b/revdep/failures.md index 6d41fef..9a20736 100644 --- a/revdep/failures.md +++ b/revdep/failures.md @@ -1,99 +1 @@ -# cpsvote - -
- -* Version: -* GitHub: https://github.com/pdil/usmap -* Source code: NA -* Number of recursive dependencies: 0 - -
- -## Error before installation - -### Devel - -``` - - - - - - -``` -### CRAN - -``` - - - - - - -``` -# ecocomDP - -
- -* Version: -* GitHub: https://github.com/pdil/usmap -* Source code: NA -* Number of recursive dependencies: 0 - -
- -## Error before installation - -### Devel - -``` - - - - - - -``` -### CRAN - -``` - - - - - - -``` -# PracTools - -
- -* Version: -* GitHub: https://github.com/pdil/usmap -* Source code: NA -* Number of recursive dependencies: 0 - -
- -## Error before installation - -### Devel - -``` - - - - - - -``` -### CRAN - -``` - - - - - - -``` +*Wow, no problems at all. :)* \ No newline at end of file