Recent Releases of datapackager
datapackager - DataPackageR 0.16.1
Minor user-facing improvements
- Suppress warning from project*_path() functions when file does not exist (#160)
Maintenance
- Remove dependency on crayon package, switch to cli package (#159)
- Remove invalid ORCID placeholder created by usethis that caused failing CRAN checks (#162)
- R
Published by slager over 1 year ago
datapackager - DataPackageR 0.16.0
Bug fixes
- Throw error if data object name is same as package name. Fixes (#62)
- Fix triplicate warnings when data version changes (#128)
- Fix bug where automatic updates to NEWS.md and the log file did not reflect the actual changes to data objects (#67)
- The actual data packaging and versioning behavior was as intended, but now the NEWS.md and log file reflect that behavior
- Remove inconsistently auto-generated 'see also' links from package and data object help files
Significant user-facing changes
document()now defaults toinstall = FALSE, likepackage_build()(#130)
Minor user-facing improvements
- Tweaks to PDF manual and vignette index titles
- Tweaks to spacing in console outputs and log file
- Suppress repetitive log file lines about updating NEWS.md
- Remove
assertthat,devtools,stringr, andpurrrfrom Imports - Add
pkgbuildandpkgloadto Imports - Move
withrfrom Imports to Suggests - Make some long-deprecated functions officially Defunct
dataVersion(), renamed years ago todata_version()datapackage.skeleton(), renamed years ago todatapackage_skeleton()keepDataObjects()
- Keep existing DataPackageR_verbose option if set outside of package
Internal improvements
- Refactor and split up internal omnibus function
DataPackageR()- New internal functions
do_doc()do_digests()validate_pkg_name()validate_package_skeleton()validate_DataVersion()validate_description()validate_yml()get_yml_objects()get_yml_r_files()- Deleted internal functions
read.description(), now usesdesc::desc()read_pkg_description(), now usesdesc::desc()comment(), now usesroxygen2::parse_file()- Simplify internal functions
.increment_data_version().digest_data_env().save_data().doc_parse().check_dataversion_string()- Use base R
compareVersion()and classpackage_versionto simplify code involving the DataVersion and do additional sanity checks
- Miscellaneous cleanup and maintenance
- Make unit tests more independent from each other
- R
Published by slager almost 2 years ago
datapackager - DataPackageR 0.15.9
Bug fixes
- Fix bug where
.Rprofileoptions setting forDataPackageR_interactwas overwritten upon package load - Fix bugs where document() and package_build() left the data package attached
- Fix unit test inter-dependencies
- Make package template depend on R >= 3.5.0, suppressing
.rdaserialization warnings upon install - Close a file connection, suppressing warnings about orphaned connections
- Fix broken test that led to archiving on CRAN
- Fix package documentation method for data packages and DataPackageR itself (r-lib/roxygen2#1491)
- Fix tests for compatibility with usethis >1.5.2
Minor improvements
- Various maintenance tweaks
- Documentation improvements
- Update maintainer and contact info
- New global option
DataPackageR_verboseto suppress console output, e.g. during unit testing
- R
Published by slager almost 2 years ago
datapackager - v0.15.8
- Fix to datapackagerobjectread that was causing a test to break.
getneeds to haveinherits=FALSE. - Other fixes for
usethis1.6.0 - Fixes to tests that were failing on CRAN
- In
package_build, removedevtools::reloadand putdevtools::unloadand in front of install.packages - in
document, removedevtools::reloadand put indevtools::unloadand install.packages - change maintainer to Ellis Hughes
- R
Published by thebioengineer almost 5 years ago
datapackager -
*Fix test and vignette bugs related to upcoming version of usethis (1.5)
- R
Published by gfinak almost 7 years ago
datapackager -
- Fixes in the vignette and
build_packageanddocumentthat write to the user library during CRAN checks. - Fixes to update_news.
- Create NEWS.md file if it doesn't exist.
- R
Published by gfinak almost 7 years ago
datapackager - 0.15.4
DataPackageR 0.15.4
New CRAN Release
Features and enhancements
- Reduce the console output from logging. (ropensci/DataPackageR/issues/50)
- Create a new logger that logs at different thresholds to console and to file (ropensci/DataPackageR/issues/50)
- Default on build is not to install.
- Hide console output from Rmd render.
- Nicer messages describing data sets that are created (ropensci/DataPackageR/issues/51)
- Write deleted, changed, and added data objects to the NEWS file automatically.
- Add option to overwrite (or not) via useprocessingscript. Provide warning.
- Add useignore() to ignore files and data sets in .Rbuildignore and .gitignore and added ignore argument to useraw_dataset().
Bug fixes
- code argument no longer required for constructymlconfig
- Fix the documentation for datapackagerobjectread() and "Migrating old packages".
- Copy over vignettes generated as pdfs into the package inst/doc
- Data objects are incrementally stored during the build process, into the render_root directory specified in the datapackager.yml config file.
- R
Published by gfinak over 7 years ago
datapackager - Brass Oyster
Stable CRAN release.
The following updates are included in this release.
* Interactive package construction with use_data_object, use_processing_script, use_raw_dataset (ropensci/DataPackager/issues/44)
* Allow datapacakge_skeleton to be called without files or data objects for interactive construction. (ropensci/DataPackager/issues/44)
* Conditional tests when pandoc is missing (ropensci/DataPackager/issues/46)
- R
Published by gfinak over 7 years ago
datapackager - First CRAN Release
DataPackageR 0.15.1
- Fix CRAN notes.
- R
Published by gfinak over 7 years ago
datapackager - 0.15.0
- The first release of DataPackageR under rOpenSci.
- R
Published by gfinak over 7 years ago
datapackager - Legacy
A legacy version of DataPackageR / preProcessData packages where building is controlled using the old
datasets.R script mechanism.
New users should favor version 1.12.0 and later, which use yaml configuration for the build process.
- R
Published by gfinak almost 8 years ago