datastorr
datastorr copied to clipboard
Simple data versioning and distribution
Thanks.
Feels a bit counter-intuitive to me that the default for `github_release_versions` and `github_release_version_current` is `local = TRUE`. I think this is partly a function naming issue. If the function were...
Not sure how helpful these small adjustments are, but they're things I noticed while combing through the code
I am having trouble pulling data from private `datastorr` repos. My workflow is to: - [_Duplicate_](https://help.github.com/articles/duplicating-a-repository/) https://github.com/richfitz/datastorr.example to a private repo - Change all instances of `richfitz` to `jsta` -...
I found it easier to use copy the output of `datastorr:::autogenerate()` when line-number printing is suppressed with `cat`. See https://github.com/jsta/datastorr/commit/011ab4bdf54f019fb04db2785781089dd2494fd2 # Example `datastorr:::autogenerate(repo="richfitz/datastorr.example", read="readRDS", name="mydata")` ## **without** pretty-print `cat()` ```...
e.g. zenodo
As datastorr doesn't necessarily generate a package anymore, it might be useful to have a way to point to documentation that might have been in the help file. One approach...