Skip to content

Releases: natverse/natmanager

v0.5.1

27 Aug 06:42
Compare
Choose a tag to compare
  • Switch to upgrade.dependencies=F to avoid pak preferring unnecessary
    source installations (50205e4)

Full Changelog: v0.5.0...v0.5.1

cran version 0.5.0

11 Sep 10:10
Compare
Choose a tag to compare
  • switch to pak as default installer (should be faster and simpler)
  • dev: simpler/faster v2 r-lib/actions by @jefferis in #20
  • dev: set up weekly natverse build by @jefferis in #21
  • Switch to Greg as maintainer

Full Changelog: v0.4.9...v0.5.0

cran version 0.4.9

09 Aug 06:44
Compare
Choose a tag to compare
  • changed donttest to dontrun
  • updated test cases whenmockery is not installed
  • bumped version

cran version 0.4.8

30 May 09:50
Compare
Choose a tag to compare
  • 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

cran version 0.4.6

06 Jul 13:46
13f5b44
Compare
Choose a tag to compare
  • provide options for installing non-natverse packages via natmanager.
  • 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.

Added Install options for full and limited install of 'natverse'

04 Mar 11:17
Compare
Choose a tag to compare
  • 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