DataPackageR icon indicating copy to clipboard operation
DataPackageR copied to clipboard

An R package to enable reproducible data processing, packaging and sharing.

Results 17 DataPackageR issues
Sort by recently updated
recently updated
newest added

These changes should reduce the example processing time to under 5 seconds as required by CRAN.

TODO: - [ ] roll version forward - [ ] reduce run time for examples

══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure (test-document.R:49:3): documentation is built via document() ─────── `document(file.path(tempdir(), "subsetCars"), lib = temp_libpath)` produced no output Probably because roxygen2 now uses `cli::cli_inform()` and `cli::cli_warn()`. I'm...

Hi! We have started build documentation for all ropensci packages, see: https://ropensci.org/technotes/2019/06/07/ropensci-docs/ Your site currently fails to build due to a minor issue with the formatting of the NEWS.md file,...

0.16

I understand that we can test for a particular data version using `assert_data_version()` and I know that I can install a particular reference/tag in a package from Github using, for...

In the scenario where multiple scripts are listed in `datapackage.yml` there are two options for accessing objects created via scripts earlier in the list: 1. `datapackager_object_read`, which is for accessing...

Currently {DataPackageR} converts R scripts into Rmd via `knitr::purl()` to then get run via `rmarkdown::render()` so they are in a "clean" R environment. Rather than doing that, we should set...

Session Info vaguely related to #70 Current Behavior: The Rmd that are run from `data-raw/` are automatically copied to `vignettes/`. Desired Behavior: I would argue that it makes more sense...

0.16

Due to the changes to [data serialization](https://cran.r-project.org/bin/windows/base/old/3.6.0/NEWS.R-3.6.0.html) in saveRDS, running `package_build()` with R >= 3.6.0 creates an unstated dependency on R (>=3.5.0), which shows up as a warning when users...

0.16

Expected behavior: When rebuilding a package and a data set changes, the NEWS file is updated to reflect only the changing data set. Observed behavior: Sometimes the news file indicates...

bug
0.16