v3.1.0
Release notes
For Lockfile: Type: renv
, pkgr now invokes renv
to discover the library location rather than assuming it is under the current directory's renv/library/
. This change is important for compatibility with renv 0.15 and later, where the default behavior is now to put a package project library outside of the main project directory. (#396)
Installation Instructions
Mac
first time:
brew tap metrumresearchgroup/tap
brew install pkgr
upgrade:
brew upgrade pkgr
Linux
sudo wget https://github.com/metrumresearchgroup/pkgr/releases/download/v3.1.0/pkgr_3.1.0_linux_amd64.tar.gz -O /tmp/pkgr.tar.gz
sudo tar xzf /tmp/pkgr.tar.gz pkgr
sudo mv pkgr /usr/local/bin/pkgr
sudo chmod +x /usr/local/bin/pkgr