diff --git a/.Rbuildignore b/.Rbuildignore index 1f51310..0ded2dd 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -18,3 +18,4 @@ appveyor.yml ^inst\examples$ .git ^\.github$ +^CRAN-SUBMISSION$ diff --git a/DESCRIPTION b/DESCRIPTION index 91d7339..35a03bc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 ="hogervorst.rm@gmail.com", @@ -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 diff --git a/NEWS.md b/NEWS.md index b70b8c0..a934591 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/R/color-provider-uk_UA.R b/R/color-provider-uk_UA.R index ca32830..91ca561 100644 --- a/R/color-provider-uk_UA.R +++ b/R/color-provider-uk_UA.R @@ -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", diff --git a/codemeta.json b/codemeta.json index ab147c6..16d0bdd 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", @@ -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"], diff --git a/cran-comments.md b/cran-comments.md index 6de5de4..ba68b7c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 diff --git a/inst/WORDLIST b/inst/WORDLIST index 50a456a..8af30ab 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -28,6 +28,7 @@ HU ISBNProvider ISBNs Identifyable +Identifyers InternetProvider Ipsum JobProvider @@ -64,6 +65,7 @@ Tererongo Theplantlist UA URIs +UserAgent UserAgentProvider Util Ventilationsmontør diff --git a/man/ColorProvider_uk_UA.Rd b/man/ColorProvider_uk_UA.Rd index c8f6007..a5f7797 100644 --- a/man/ColorProvider_uk_UA.Rd +++ b/man/ColorProvider_uk_UA.Rd @@ -21,7 +21,6 @@ x$hex_color() x$safe_hex_color() x$rgb_color() x$rgb_css_color() -x$hex_from_name("Синій") } \seealso{ Other uk: diff --git a/man/charlatan-package.Rd b/man/charlatan-package.Rd index 2c34b89..d6d3b8d 100644 --- a/man/charlatan-package.Rd +++ b/man/charlatan-package.Rd @@ -51,7 +51,8 @@ x$hex_color() \seealso{ Useful links: \itemize{ - \item \url{https://docs.ropensci.org/charlatan/ (website) https://github.com/ropensci/charlatan (devel)} + \item \url{https://docs.ropensci.org/charlatan/} + \item \url{https://github.com/ropensci/charlatan} \item Report bugs at \url{https://github.com/ropensci/charlatan/issues} }