Skip to content

Commit

Permalink
CRAN release (#132)
Browse files Browse the repository at this point in the history
Reran docs
styled all files tidyverse style
rebuild readme
updated news
  • Loading branch information
RMHogervorst committed Sep 13, 2023
1 parent c801893 commit bc2aba0
Show file tree
Hide file tree
Showing 126 changed files with 8,230 additions and 8,098 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ appveyor.yml
^codemeta\.json$
^revdep$
^Makefile$
.git
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: Make fake data, supporting addresses, person names, dates,
times, colors, coordinates, currencies, digital object identifiers
('DOIs'), jobs, phone numbers, 'DNA' sequences, doubles and integers
from distributions and within a range.
Version: 0.5.0
Version: 0.5.1
Authors@R: c(
person("Roel M.", "Hogervorst",
email ="hogervorst.rm@gmail.com",
Expand Down Expand Up @@ -42,7 +42,7 @@ Suggests:
rmarkdown,
ipaddress,
stringi
RoxygenNote: 7.2.1
RoxygenNote: 7.2.2
Collate:
'address-provider-en_GB.R'
'address-provider-en_NZ.R'
Expand Down
14 changes: 14 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,17 @@ locales_update:

# No real targets!
.PHONY: all test doc install

spellcheck:
${RSCRIPT} -e "devtools::spell_check()"

lint:
${RSCRIPT} -e "devtools::lint()"

style:
${RSCRIPT} -e "styler::style_pkg()"

revdep:
${RSCRIPT} revdep/check.R

release: style test doc readme build revdep
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ charlatan 0.5.1
===============

### NEW FEATURES
* None this is a maintainer change
* added a SSN number generation process for en_US, addition by Neal Furtz (@nfultz)
* Changed maintainer of the package to RMHogervorst

### MINOR IMPROVEMENTS
* Fixed a failing test on r-devel
* Added new maintainer (RMHogervorst)



charlatan 0.5.0
Expand Down

0 comments on commit bc2aba0

Please sign in to comment.