- 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.
- New
run_rscript()
can run R scripts in the capsule viacallr::rscript()
(@gadenbuie #27) run_callr()
exposes theshow
option with default toTRUE
.detect_depencies()
is now exported
- remove
capshot
dependency onrenv:::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.