Skip to content

Commit 12518e5

Browse files
committed
re-release
1 parent 8d0427b commit 12518e5

File tree

9 files changed

+16
-9
lines changed

9 files changed

+16
-9
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ appveyor.yml
1818
^inst\examples$
1919
.git
2020
^\.github$
21+
^CRAN-SUBMISSION$

DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Description: Make fake data that looks realistic, supporting addresses,
66
times, colors, coordinates, currencies, digital object identifiers
77
('DOIs'), jobs, phone numbers, 'DNA' sequences, doubles and integers
88
from distributions and within a range.
9-
Version: 0.6.0
9+
Version: 0.6.1
1010
Authors@R: c(
1111
person("Roel M.", "Hogervorst",
1212
email ="[email protected]",
@@ -25,8 +25,7 @@ Authors@R: c(
2525
person("rOpenSci", role = "fnd", comment = "https://ropensci.org")
2626
)
2727
License: MIT + file LICENSE
28-
URL: https://docs.ropensci.org/charlatan/ (website)
29-
https://github.com/ropensci/charlatan (devel)
28+
URL: https://docs.ropensci.org/charlatan/, https://github.com/ropensci/charlatan
3029
BugReports: https://github.com/ropensci/charlatan/issues
3130
LazyData: true
3231
Encoding: UTF-8

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33

4-
charlatan 0.6.0
4+
charlatan 0.6.1
55
===============
66
This release changes the internal logic of the package to make it easier for you to contribute.
77
One of the greatest strengths of charlatan, _and its spirit brothers faker (in python) and faker (in perl),_ is

R/color-provider-uk_UA.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#' x$safe_hex_color()
1616
#' x$rgb_color()
1717
#' x$rgb_css_color()
18-
#' x$hex_from_name("Синій")
1918
ColorProvider_uk_UA <- R6::R6Class(
2019
inherit = ColorProvider,
2120
"ColorProvider_uk_UA",

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci/charlatan",
99
"issueTracker": "https://github.com/ropensci/charlatan/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "0.6.0",
11+
"version": "0.6.1",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -184,7 +184,7 @@
184184
},
185185
"SystemRequirements": null
186186
},
187-
"fileSize": "2658.23KB",
187+
"fileSize": "2658.6KB",
188188
"releaseNotes": "https://github.com/ropensci/charlatan/blob/master/NEWS.md",
189189
"readme": "https://github.com/ropensci/charlatan/blob/master/README.md",
190190
"contIntegration": ["https://github.com/ropensci/charlatan/actions?query=workflow%3AR-check", "https://github.com/ropensci/charlatan/actions/workflows/R-CMD-check.yaml"],

cran-comments.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Resubmission
2+
This is a resubmission. In this version I have:
3+
4+
* Removed unicode from the examples so the PDF renders.
5+
* changed URL in DESCRIPTION, so it is just two plain URLs with a comma in between
6+
17
## Test environments
28

39
* macos-latest (macOS Sonoma 14.7; on github actions), R 4.4.1

inst/WORDLIST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ HU
2828
ISBNProvider
2929
ISBNs
3030
Identifyable
31+
Identifyers
3132
InternetProvider
3233
Ipsum
3334
JobProvider
@@ -64,6 +65,7 @@ Tererongo
6465
Theplantlist
6566
UA
6667
URIs
68+
UserAgent
6769
UserAgentProvider
6870
Util
6971
Ventilationsmontør

man/ColorProvider_uk_UA.Rd

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/charlatan-package.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)