v3.1.0-rc1
Pre-release
Pre-release
Changelog
- e24ccac Merge pull request #396 from metrumresearchgroup/renv-library-loc
- f276f2e TestLibrary: extract renv subtests to dedicated test
- 5b4299d config_test.go: don't force renv case onto existing tests
- 774a71a SetupEndToEndWithInstallFull: rewrite error check for clarity
- 5cd5e31 SetupEndToEndWithInstallFull: rename expectFail parameter to expectError
- ca3af92 Merge pull request #395 from metrumresearchgroup/upgrade-retracted
- e787bf4 integration_tests/library: add more renv tests
- f5c120d config: invoke renv to discover library path
- 0a4a8ee ci: test configlib and integration_tests/library with system renv
- 4af8659 config_test.go: replace some cran.microsoft URLs with MPN ones
- bb1cef0 ci: test configlib
- c58d65d config_test.go: don't assume top-level directory is under pkgr/
- 2095218 .drone.yml: add trailing newline
- ac2be28 e2e_tests: add extended SetupEndToEndWithInstall variant
- 4d0e16e TestGetLibraryPath: loosen renv library path expectation
- 8e041a6 TestGetLibraryPath: match system R version
- bac6bf5 TestGetLibraryPath: drop unused message field from struct of cases
- 9dcb8ff rcmd: extract most of RunR to new RunRscriptWithArgs function
- 39a22de rcmd: fix malformed Rscript program on Windows
- fcfe6c9 rcmd: delete commented out code from RunR
- a3d9cca Merge pull request #399 from billdenney/extra-space
- 9de34bc remove extra space in log message
- b5780c6 dep: update retracted brotli version to latest version
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-rc1/pkgr_3.1.0-rc1_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