Skip to content

rig 0.7.0

Latest
Compare
Choose a tag to compare
@gaborcsardi gaborcsardi released this 07 Apr 17:53
· 6 commits to main since this release
  • Bash completions work well again (#202).

  • rig rstudio has a new implementation that works much better.
    Now it always defaults to the R version in renv.lock for renv
    projects, and can open RStudio projects or directories.

  • New rig available --list-rtools-versions option to list available
    Rtools versions.

  • rig run now does not terminate the rig process on interrupts
    (CTRL+C, CTRL+BREAK on Windows, SIGINT on Unix) (#187).

  • Windows: new rig system rtools subcommand to add, remove, list
    Rtools versions (#18).

  • Windows: rig now supports Rtools44 on Windows.

  • Windows: rig now defaults to Rtools42 for R 4.2.x on Windows.

  • macOS: rig rstudio <version> works again on recent macOS versions (#208).

  • macOS: rig now always creates the /usr/local/bin/R-* quick links
    with 0755 permissions (#200).

  • Linux: rig add --without-p3m works again (#193).

  • Linux: RIG_PLATFORM works again when sudo is needed (#191).