-
Bash completions work well again (#202).
-
rig rstudio
has a new implementation that works much better.
Now it always defaults to the R version inrenv.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 whensudo
is needed (#191).