Changelog
Source:NEWS.md
natmanager 0.5.1
CRAN release: 2023-09-11
- Switch to
upgrade.dependencies=F
to avoidpak
preferring unnecessary source installations (50205e4)
Full Changelog: https://github.com/natverse/natmanager/compare/v0.5.0…v0.5.1
natmanager 0.5.0
CRAN release: 2023-09-06
- switch to pak as default installer (should be faster and simpler)
- dev: simpler/faster v2 r-lib/actions by @jefferis in https://github.com/natverse/natmanager/pull/20
- dev: set up weekly natverse build by @jefferis in https://github.com/natverse/natmanager/pull/21
- Switch to Greg as maintainer
Full Changelog: https://github.com/natverse/natmanager/compare/v0.4.9…v0.5.0
natmanager 0.4.8
CRAN release: 2021-05-30
- Update to new style GitHub PAT
- Recommend R > 4.0.2 for
natverse
- catch error in some situations when no GitHub PAT is set
- moved CI to GitHub actions
natmanager 0.4.7
CRAN release: 2021-01-07
- Bug fixes due to changes in
usethis
package resulting in deprecation of GitHub related APIs. Bump up version for preparation of package update onCRAN
natmanager 0.4.6
CRAN release: 2020-07-06
- provide options for installing non-natverse packages via
natmanager
. Bump up version for preparation of package update onCRAN
natmanager 0.4.5
- use new private
system_requirements_ok
function during install. Right now this only checks for xquartz on macosx but additional checks or suggestions may be added in future.
natmanager 0.4.4
- use
R_REMOTES_STANDALONE
environment variable to try to prevent some Windows installation issues. See https://github.com/r-lib/remotes#standalone-mode.
natmanager 0.4.3
- Fix bug in
selfupdate()
recall on restart
natmanager 0.4.2
-
selfupdate()
tweaks: restartinstall()
process after session restart when possible, don’t stop after restart,force
option.
natmanager 0.4.1
- give
install()
the options to install specific packages rather than collections.
natmanager 0.3.0
- option to install a limited core or the full natverse.
install('core')
should not require a GitHub account and PAT - move install instructions to the natverse.org/install website
- more hand-holding when setting the GITHUB_PAT
- only check the GITHUB_PAT when installing the full natverse
natmanager 0.2.0
- add
selfupdate()
function - make install more resistant to warnings especially prevalent on Windows