Releases: openpharma/staged.dependencies
Releases · openpharma/staged.dependencies
v0.3.1
v0.3.0
- Support subdirectories in configuration.
- Remove
renvfiles and clean the project in that regard.
What's Changed
- fix for new tidyselect by @nikolas-burkoff in #166
- Don't override user-set option for storage directory by @asbates in #171
- typos in README.md by @m7pr in #176
- support subdir by @pawelru in #178
- [skip vbump] Create release v0.3.0 by @cicdguy in #179
New Contributors
- @asbates made their first contribution in #171
- @m7pr made their first contribution in #176
- @pawelru made their first contribution in #178
Full Changelog: v0.2.7...v0.3.0
v0.2.7
- Fixed a bug whereby the cache file for packages with compiled code was not reset after installation thereby
dependency_tablefailed on a 2nd run.
v0.2.6
- Fixed bug whereby
renvdid not recognize internal dependencies already installed.
v0.2.5
- Use
renv::installto install external dependencies if inside anrenvenvironment so that therenvcache is used - Added
renv_fileselement intodependency_structureobject to capture (in JSON) therenv.lockfiles from internal dependencies for future processing. Therenv_profileargument todependency_tableallows you to choose whichrenvprofile to include if not using the default one.
v0.2.4
Bugfixes
- Fixed error where package actions (i.e.
check,build) were skipped.
v0.2.3
Breaking changes
- Soft deprecated
direction = c("upstream", "downstream"), now usedirection = "all". dry_installanddry_install_and_checkarguments have both been renameddry.dependency_packages,downstream_packagesandpackages_to_processarguments have all been renamedpackage_list.local_reposargument todependency_tabledefaults toNULLifproject_typeis"repo@host".install_deps_appnow takes projects from remote rather than local directory, which allows differentrefto be used. See example for more details. It also does not allowlocal_reposargument.- Removed upgrade staged.dependencies package addin.
New feature and improvements
staged.dependenciescan handle only having access to part of the internal dependency graph.install_deps_appallowsrepo,hostandrefto be configured by users.- Created addin to install current project's dependencies alongside current project.
get_all_external_dependenciesnow returns the vector of external packages ordered by install order and the core R packages are not included.
Other improvements
- Added a
NEWS.mdfile to track changes to the package. upgradeargument ofremotes::install_depsto choose whether to install external dependencies is now exposed (and default isnever). For example, settingupgradetoalwayswill update all external dependencies giving an up-to-date environment.- Set default R CMD check args to be
--no-multiarch --with-keep.source --install-tests.
Bugfixes
- Allow a remote other than
origin. install_external_depsargument toinstall_deps_appis now respected.- Fix bug when calling
check_downstreamafterinstall_depswhereby incorrect error was shown saying sha has changed. - Fallback branch for repositories can now be specified and is not hard-coded as
main. check_downstreamwill not stop on first package error but will run on all expected packages and all failures are output.- More gracefully handles error in
install_deps_app.