Skip to content

Commit

Permalink
Update to k5cents
Browse files Browse the repository at this point in the history
  • Loading branch information
k5cents committed Mar 10, 2024
1 parent 3e84a03 commit 8038eba
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 18 deletions.
23 changes: 10 additions & 13 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
Package: usa
Title: Updated US State Facts and Figures
Version: 0.1.1
Version: 0.1.2
Authors@R:
person(given = "Kiernan",
family = "Nicholls",
role = c("aut", "cre"),
email = "kiernann@protonmail.com")
Description: Updated versions of the 1970's "US State Facts and
Figures" objects from the 'datasets' package included with R. The new
data is compiled from a number of sources, primarily from United
States Census Bureau or the relevant federal agency.
person("Kiernan", "Nicholls", email = "k5cents@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-9229-7897"))
Description: Updated versions of the 1970's "US State Facts and Figures"
objects from the 'datasets' package included with R. The new data is
compiled from a number of sources, primarily from United States Census
Bureau or the relevant federal agency.
License: CC BY 4.0
URL: https://kiernann.com/usa
https://github.com/kiernann/usa
BugReports: https://github.com/kiernann/usa/issues
URL: https://k5cents.github.io/usa, https://github.com/k5cents/usa
BugReports: https://github.com/k5cents/usa/issues
Depends:
R (>= 3.2)
Imports:
Expand All @@ -24,4 +21,4 @@ Suggests:
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.2.3
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# usa 0.1.2

* Update maintainer email, website URL, and GitHub URL.

# usa 0.1.1

* Add `state_convert()` helper function.
Expand Down
23 changes: 18 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
## Test environments

* local: linux-gnu-3.6.1
* travis: 3.1, 3.2, 3.3, oldrel, release, devel
* r-hub: windows-x86_64-devel, ubuntu-gcc-release, fedora-clang-devel
* local: ubuntu 22.04.4, R 4.1.2
* [github-actions][gh_act]:
* windows-latest
* macOS-latest
* ubuntu-20.04 (release)
* ubuntu-20.04 (devel)
* r-hub:
* win-builder: windows-x86_64-devel

## R CMD check results

0 errors | 0 warnings | 1 note
0 errors | 0 warnings | 0 notes

* This is a new release.
* This is a data package that will be rarely updated.

## Submission

* Update email from kiernann@pronmail.com to k5cents@gmail.com
* Update URLs from kiernann.com to k5cents.com
* Update Github from @kiernann to @k5cents

<!-- links: start -->
[gh_act]: https://github.com/k5cents/usa/actions
<!-- links: end -->

0 comments on commit 8038eba

Please sign in to comment.