Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 801 Bytes

NEWS.md

File metadata and controls

17 lines (11 loc) · 801 Bytes

Version 0.4.3

  • Scraped off a lot of barnacles that had accumulated over recent years.
  • capshot() now fires off warnings when encountering packages with an unknown source.
  • Better support for multi-lockfile projects (e.g. targets multi-plans) with lockfile_path arg available on nearly all user facing functions now.

Version 0.4.2

  • New run_rscript() can run R scripts in the capsule via callr::rscript() (@gadenbuie #27)
  • run_callr() exposes the show option with default to TRUE.
  • detect_depencies() is now exported

Version 0.4.1

  • remove capshot dependency on renv:::renv_alias.
  • When looking for the sitaution where packages with the same version have different SHAs, only real shas are considered. Not the fake version SHAs inserted by {pak} et. al.