Skip to content

v0.5.0-rc.3

Compare
Choose a tag to compare
@dpastoor dpastoor released this 03 Sep 01:22
b8af8d0

quick linux install instructions

sudo wget https://github.com/metrumresearchgroup/pkgr/releases/download/v0.5.0-rc.3/pkgr_0.5.0-rc.3_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

Changelog

b8af8d0 Update install.go
c73e50d change: pkgr clean cache now removes empty cache directories (#154)
6f86ee7 fix: add close to open folder descriptor
e5d9f06 doc: update from master changes (#157)
365fc67 Merge pull request #123 from metrumresearchgroup/fix/rpath
1445620 fix-cache (#156)
266d733 fix: add RVersion to binary path
2ec155a improvement: support CRUD operations on NvpList and add test support
19aa40a fix: remove duplicate imports for "github.com/metrumresearchgroup/pkgr/rollback"
b1fdbb8 Merge pull request #149 from metrumresearchgroup/refactor/unit-test
0b81739 Merge branch 'release/v0.5.0' into refactor/unit-test
bc6708c change: pkgr clean cache now removes empty cache directories
b0b0e7f doc: update readme with newer installer
32db157 release: beta3 with rollback fixes
687fcc4 doc: readme update
3241b60 wip: Feature/full rollback (#147)
9aa4ca3 change: responding to code review.
a857b04 fix: repairing broken unit test.
d0a5002 chore: minore update to the repo-local guide.
6729ca0 change: disabling a unit test about case-sensitivity -- possibly doesn't apply to MacOS. This merits further discussion.
6ce29a8 add: unit tests for some of the new functions.
70f28fd change: adding 'RollbackPlan' type to faciliate rollback operations.
5109418 wip: responding to code review. Adding error-returns to rollback functions.
8063271 Merge branch 'release/v0.5.0' of https://github.com/metrumresearchgroup/pkgr into feature/full-rollback
10e642b change: updating mixed-source integration test.
2986ae1 Merge pull request #148 from metrumresearchgroup/refactor/unit-test
9e526e0 add: local cran-like repo and related integration tests.
512d891 chore: removing comments.
aee8081 chore: removing unused package import.
bdc071b test: adding unit tests for RollbackUpdatePackages function.
45cada6 add: full rollback feature
48820e6 chore: putting back contents of simple integration test (accidentally deleted before)
cf9ea95 wip: pruning code and adding clarifying comments (will prune later)
5f6df9c wip: adding guide.md for rollback and a primitive implementation of rollback.
c7e19ee wip: adding watered-down preinstalled library for rollback integration test.
d632c50 wip: first pass at full-package rollback. Only rolls back preinstalled packages properly at the moment.
ec52bbc doc: adding windows installation instructions. (#137)
eaee739 doc: adding windows installation instructions.
1451326 doc: fixing inaccurate documentation in the README and sample pk… (#136)
70b708f doc: fixing inaccurate documentation in the README and sample pkgr files.
df41e11 wip: Please review, the unit tests currently fail because the values are not in the same order. Not sure if this is a hard error. If so, we can rearrange how/when items are added to the list. reference: #95
f18c8cb wip: replace GlobalEnvVars map with user defined list of Name Value Pairs (NVP) reference: #95
a4e465f fix: prepend rPath to PATH in the environment used to call R