Scott Chamberlain
Scott Chamberlain
Throughout the package we generally have each function that generate some fake thing make 1 of them. And then if a user wants more than 1 then they run it...
e.g. ```r ch_defcategory(n = 60, cat = c("Open", "Closed", "Pending")) ``` generate a vector of 60 categories consisting of either the term "Open," "Closed," or "Pending" Possibly allow variation to...
- lubridate not an option, too many deps - https://github.com/gaborcsardi/parsedate maybe, but no time zone support that I need - https://cran.r-project.org/web/packages/anytime/ Rcpp and BH though, pretty heavy, though we do...
```r x [1] "1900-51-11" ```
https://github.com/joke2k/faker/#how-to-create-a-provider e.g., could be maybe: ```r library(charlatan) FooBar
see https://github.com/stympy/faker#ensuring-unique-values
https://github.com/stympy/faker/blob/master/doc/code.md - isbn https://en.wikipedia.org/wiki/International_Standard_Book_Number#ISBN-10_to_ISBN-13_conversion maybe others
i opened an issue in R6 github repo a while back and winston responded recently https://github.com/r-lib/R6/issues/138#issuecomment-421476245 I think i opened it with charlatan in mind. That is, methods from a...