DataPackageR icon indicating copy to clipboard operation
DataPackageR copied to clipboard

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

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

Session Info ```r R version 3.5.1 (2018-07-02) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 18.04.2 LTS Matrix products: default BLAS: /home/dloewe/miniconda3/envs/promise_db-env/lib/R/lib/libRblas.so LAPACK: /home/dloewe/miniconda3/envs/promise_db-env/lib/R/lib/libRlapack.so locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8...

wontfix

When a data object is renamed, rebuilding the package gives an error when checking the datadigest. To reproduce: 1. change the name of a data object in an Rmd and...

bug
0.16

Here is my situation: 1. Built a data package using `datapackage_skeleton` and `package_build` 2. Manually filled out roxygen docs in `data-raw/documentation.R` and ran `document` Now, I've made some changes to...

bug
0.16

Consider what can be done to include a Dockerfile that would encapsulate the data, the package, a base docker image with R and necessary packages, and build the data package...

enhancement

Make sure that any references that package points to e.g. README, ropensci are current and do not refer to historical practices.

`DataPackageR` currently uses package-level documentation syntax that has been [deprecated ](https://github.com/r-lib/roxygen2/issues/1491)in `roxygen2` since ~2019. It uses this both for its own package-level documentation and in its template for creating new...

Probably not desirable, since we sometimes use this constructor to save new data objects that shouldn't already exist? Can probably just remove warning by setting mustWork = FALSE.

Brainstorm of potential wishlist items: - Have skeleton create .Rproj file (and .gitignore?) if don't already exist - Build tar.gz into temporary directory instead of one level up? - Reorganize...