Summary
- What does this package do? (explain in 50 words or less):
charlatan makes fake data. It borrows data and modifies code from Python's faker library. charlatan adds more fake data types, in particular to target core audience of scientists.
locale support - done for a few data types; more work to be done on others. Most complete locale support in JobProvider/ch_job and PersonProvider/name.
- Paste the full DESCRIPTION file inside a code block below:
Package: charlatan
Type: Package
Title: Make Fake Data
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.0.6.9560
Authors@R: c(person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "myrmecocystus@gmail.com"))
License: MIT + file LICENSE
URL: https://github.com/ropenscilabs/charlatan
BugReports: https://github.com/ropenscilabs/charlatan/issues
LazyData: true
Encoding: UTF-8
VignetteBuilder: knitr
Imports:
R6 (>= 2.2.0),
tibble (>= 1.2),
whisker,
Rmpfr
Suggests:
testthat,
covr,
knitr,
rmarkdown
RoxygenNote: 5.0.1
Collate:
'base-provider.R'
'datetime-provider.R'
'address-provider.R'
...
bottom of Collate cut off for brevity.
- URL for the package (the development repository, not a stylized html page):
https://github.com/ropenscilabs/charlatan
- Who is the target audience?
Students in a classroom learning R, or e.g, in a software carpentry type bootcamp - since it's liteweight wrt dependencies, should be easy install everywhere. Also, if you're doing modeling/simulations, perhaps you could use this to generate some fake data to run models on.
- Are there other R packages that accomplish the same thing? If so, what is different about yours?
not that i know of
Requirements
Confirm each of the following by checking the box. This package:
Publication options
Detail
Note: This package isn't quite complete in the sense that there's more types of data to add to the package, but the overall package API is set (but can be changed if needed), and tests are there (though more needed) and vignette exists - Anyway, submitting earlyish to get reviewer feedback
Summary
charlatanmakes fake data. It borrows data and modifies code from Python's faker library.charlatanadds more fake data types, in particular to target core audience of scientists.locale support - done for a few data types; more work to be done on others. Most complete locale support in
JobProvider/ch_jobandPersonProvider/name.bottom of
Collatecut off for brevity.https://github.com/ropenscilabs/charlatan
Students in a classroom learning R, or e.g, in a software carpentry type bootcamp - since it's liteweight wrt dependencies, should be easy install everywhere. Also, if you're doing modeling/simulations, perhaps you could use this to generate some fake data to run models on.
not that i know of
Requirements
Confirm each of the following by checking the box. This package:
Publication options
paper.mdwith a high-level description in the package root or ininst/.Detail
Does
R CMD check(ordevtools::check()) succeed? Paste and describe any errors or warnings:Does the package conform to rOpenSci packaging guidelines? Please describe any exceptions:
If this is a resubmission following rejection, please explain the change in circumstances:
If possible, please provide recommendations of reviewers - those with experience with similar packages and/or likely users of your package - and their GitHub user names:
Note: This package isn't quite complete in the sense that there's more types of data to add to the package, but the overall package API is set (but can be changed if needed), and tests are there (though more needed) and vignette exists - Anyway, submitting earlyish to get reviewer feedback