Releases: r-lib/pkgdepends
Releases · r-lib/pkgdepends
v0.2.0
-
pkgdepends now has much better platform support, including arm64 packages
on macOS, and single-arch and multi-arch binary packages on Windows. -
Better configuration via environment variables and options, see
?"pkgdepends-config"
for details. -
Many improvements for lock files, i.e. the
$create_lockfile()
method
ofpkg_installation_proposal
. -
System requirements support. This is currently active on Linux, if the
CI
environment variable is set totrue
. You can set the
PKG_SYSREQS
environment variable totrue
to turn it on in other
situations. See?"pkgdepends-config"
. -
The new
any::
reference type can be used to install a package from
any source. See?pkg_refs
for more about this.
v0.1.2
v0.1.1
pkg_name_check()
works again.
v0.1.0
First CRAN release.