Skip to content

Commit

Permalink
re-release
Browse files Browse the repository at this point in the history
  • Loading branch information
RMHogervorst committed Oct 17, 2024
1 parent 8d0427b commit 12518e5
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ appveyor.yml
^inst\examples$
.git
^\.github$
^CRAN-SUBMISSION$
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: Make fake data that looks realistic, supporting addresses,
times, colors, coordinates, currencies, digital object identifiers
('DOIs'), jobs, phone numbers, 'DNA' sequences, doubles and integers
from distributions and within a range.
Version: 0.6.0
Version: 0.6.1
Authors@R: c(
person("Roel M.", "Hogervorst",
email ="[email protected]",
Expand All @@ -25,8 +25,7 @@ Authors@R: c(
person("rOpenSci", role = "fnd", comment = "https://ropensci.org")
)
License: MIT + file LICENSE
URL: https://docs.ropensci.org/charlatan/ (website)
https://github.com/ropensci/charlatan (devel)
URL: https://docs.ropensci.org/charlatan/, https://github.com/ropensci/charlatan
BugReports: https://github.com/ropensci/charlatan/issues
LazyData: true
Encoding: UTF-8
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@



charlatan 0.6.0
charlatan 0.6.1
===============
This release changes the internal logic of the package to make it easier for you to contribute.
One of the greatest strengths of charlatan, _and its spirit brothers faker (in python) and faker (in perl),_ is
Expand Down
1 change: 0 additions & 1 deletion R/color-provider-uk_UA.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#' x$safe_hex_color()
#' x$rgb_color()
#' x$rgb_css_color()
#' x$hex_from_name("Синій")
ColorProvider_uk_UA <- R6::R6Class(
inherit = ColorProvider,
"ColorProvider_uk_UA",
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci/charlatan",
"issueTracker": "https://github.com/ropensci/charlatan/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.6.0",
"version": "0.6.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -184,7 +184,7 @@
},
"SystemRequirements": null
},
"fileSize": "2658.23KB",
"fileSize": "2658.6KB",
"releaseNotes": "https://github.com/ropensci/charlatan/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/charlatan/blob/master/README.md",
"contIntegration": ["https://github.com/ropensci/charlatan/actions?query=workflow%3AR-check", "https://github.com/ropensci/charlatan/actions/workflows/R-CMD-check.yaml"],
Expand Down
6 changes: 6 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Resubmission
This is a resubmission. In this version I have:

* Removed unicode from the examples so the PDF renders.
* changed URL in DESCRIPTION, so it is just two plain URLs with a comma in between

## Test environments

* macos-latest (macOS Sonoma 14.7; on github actions), R 4.4.1
Expand Down
2 changes: 2 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ HU
ISBNProvider
ISBNs
Identifyable
Identifyers
InternetProvider
Ipsum
JobProvider
Expand Down Expand Up @@ -64,6 +65,7 @@ Tererongo
Theplantlist
UA
URIs
UserAgent
UserAgentProvider
Util
Ventilationsmontør
Expand Down
1 change: 0 additions & 1 deletion man/ColorProvider_uk_UA.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/charlatan-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12518e5

Please sign in to comment.