Skip to content

Releases: Merck/pkglite

pkglite 0.2.3

25 Sep 04:14
6d40aa9
Compare
Choose a tag to compare

Enhancements

  • Expand the text and binary file extension dictionary by using the latest data from 21,369 CRAN packages. This increases the default file specifications coverage when discovering files (#51).
  • Add a BibTeX key to inst/CITATION so that the BibTeX item generated by citation("pkglite") is rendered with a proper default key. (#53).

pkglite 0.2.2

21 Feb 04:28
b462308
Compare
Choose a tag to compare

Enhancements

  • Move previous test logic that has "test file scope" into tests/testthat/helper.R to follow best practices (#45).

pkglite 0.2.1

28 Aug 22:50
Compare
Choose a tag to compare

Enhancements

  • The file extension dictionary is extended to include many more file types used in R packages, such as .stan and .brew (#20, #34).
  • Removed cli dependency (#26).
  • Added independent testing for cli replacement functions (#29).
  • Use stop(call. = FALSE) (#19).
  • Run roxygen2 7.2.1 to generate valid HTML5 in Rd files (#35).

pkglite 0.2.0

21 May 22:14
Compare
Choose a tag to compare

New features

  • Added a file specification template file_tests() (#2).
  • New method to merge() file collection objects (#3).
  • New method to prune() (remove files from) file collection objects (#4).
  • Added vignette("filecollection") on curating file collections (#12).

Bug fixes

  • collate() now only collates files by applying shell-style tests (#7).

Enhancements

  • Added SAS binary file formats to dictionary (#8).
  • Replaced 1:k with seq_len(k) (#6).
  • Removed the redundant LazyData field (#5).

pkglite 0.1.1

05 Mar 16:27
Compare
Choose a tag to compare
  • Added missing value section to Rd files.

pkglite 0.1.0

05 Mar 06:35
Compare
Choose a tag to compare
  • Initial version.
  • Added a NEWS.md file to track changes to the package.