Skip to content

Releases: ropensci/DataPackageR

DataPackageR 0.15.9

17 Apr 07:17
Compare
Choose a tag to compare

Bug fixes

  • Fix bug where .Rprofile options setting for DataPackageR_interact was 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 .rda serialization 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_verbose to suppress console output, e.g. during unit testing

v0.15.8

17 Mar 15:04
Compare
Choose a tag to compare
  • Fix to datapackager_object_read that was causing a test to break. get needs to have inherits=FALSE.
  • Other fixes for usethis 1.6.0
  • Fixes to tests that were failing on CRAN
  • In package_build, remove devtools::reload and put devtools::unload and in front of install.packages
  • in document, remove devtools::reload and put in devtools::unload and install.packages
  • change maintainer to Ellis Hughes

v0.15.7

01 Apr 15:14
Compare
Choose a tag to compare

*Fix test and vignette bugs related to upcoming version of usethis (1.5)

v0.15.6

14 Mar 14:36
Compare
Choose a tag to compare
  • Fixes in the vignette and build_package and document that write to the user library during CRAN checks.
  • Fixes to update_news.
  • Create NEWS.md file if it doesn't exist.

0.15.4

08 Nov 19:42
Compare
Choose a tag to compare

DataPackageR 0.15.4

New CRAN Release

Features and enhancements

  • Reduce the console output from logging. (/issues/50)
  • Create a new logger that logs at different thresholds to console and to file (/issues/50)
  • Default on build is not to install.
  • Hide console output from Rmd render.
  • Nicer messages describing data sets that are created (/issues/51)
  • Write deleted, changed, and added data objects to the NEWS file automatically.
  • Add option to overwrite (or not) via use_processing_script. Provide warning.
  • Add use_ignore() to ignore files and data sets in .Rbuildignore and .gitignore and added ignore argument to use_raw_dataset().

Bug fixes

  • code argument no longer required for construct_yml_config
  • Fix the documentation for datapackager_object_read() 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.

Brass Oyster

24 Aug 03:36
Compare
Choose a tag to compare

Stable CRAN release.
The following updates are included in this release.

  • Interactive package construction with use_data_object, use_processing_script, use_raw_dataset (/issues/44)
  • Allow datapacakge_skeleton to be called without files or data objects for interactive construction. (/issues/44)
  • Conditional tests when pandoc is missing (/issues/46)

First CRAN Release

16 Aug 14:37
Compare
Choose a tag to compare

DataPackageR 0.15.1

  • Fix CRAN notes.

0.15.0

08 Aug 19:09
Compare
Choose a tag to compare
  • The first release of DataPackageR under rOpenSci.

0.14.9

01 Aug 18:44
Compare
Choose a tag to compare
v0.14.9

update vignette.

0.14.0

05 Jul 20:49
Compare
Choose a tag to compare
v0.14.0

can't suggest mtcars20