Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2.26 KB

NEWS.md

File metadata and controls

51 lines (39 loc) · 2.26 KB

DataPackageR 0.15.3.9000

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

DataPackageR 0.15.3

  • conditional tests when pandoc is missing (/issues/46)
  • add use_data_object and use_processing_script (/issues/44)
  • allow datapacakge_skeleton to be called without files or data objects for interactive construction. (/issues/44)

DataPackageR 0.15.2

  • Add pandoc to SystemRequirements (/issues/46)
  • Add use_raw_dataset() method (and tests) to add data sets to inst/extdata. interactively. (/issues/44)

DataPackageR 0.15.1.9000

  • Development version

DataPackageR 0.15.1

  • Fix CRAN notes.

DataPackageR 0.15.0

  • Prepare for CRAN submission.

DataPackageR 0.14.9

  • Moving towards ropensci compliance
  • NEWS.md updated with description of changes to data sets when version is bumped (or new package is created).
  • Output of "next steps" for user when pakcage is built
  • New document() function to rebuild docs from documentation.R in data-raw without rebuilding the whole package.
  • Improved package test.
  • R scripts processed properly into vignettes.
  • Packages installed and loaded after build to make vignettes and data sets accessible in same R session.

DataPackageR 0.13.6

  • Added a NEWS file.
  • Cleaned up the examples.
  • Snake case for all exported functions.

DataPackageR 0.13.3

  • Added the render_root property to the YAML configuration. Specifies where render() processing is done, instead of the data-raw directory.