|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
3 | 3 | <metadata>
|
4 | 4 | <id>rig</id>
|
5 |
| - <version>0.7.0</version> |
| 5 | + <version>0.7.1</version> |
6 | 6 | <packageSourceUrl>https://github.com/r-lib/rig</packageSourceUrl>
|
7 | 7 | <owners>Gábor Csárdi</owners>
|
8 | 8 | <title>rig</title>
|
|
54 | 54 | Please open an issue in our issue tracker at https://github.com/r-lib/rig/issues
|
55 | 55 | </description>
|
56 | 56 | <releaseNotes>
|
57 |
| -# rig 0.7.0 |
| 57 | +# rig 0.7.1 |
58 | 58 |
|
59 |
| -- `rig rstudio` has a new implementation that works much better. |
60 |
| - Now it always defaults to the R version in `renv.lock` for renv |
61 |
| - projects, and can open RStudio projects or directories. |
| 59 | +- `rig available --list-distros` output now includes PPM support, whether |
| 60 | + the a distro is retired, the EOL and in the JSON format also the last |
| 61 | + R version for that distro. |
62 | 62 |
|
63 |
| -- New `rig available --list-rtools-versions` option to list available |
64 |
| - Rtools versions. |
| 63 | +- `rig run` now exits with the exit code of the R process (#261). |
65 | 64 |
|
66 |
| -- `rig run` now does not terminate the rig process on interrupts |
67 |
| - (CTRL+C, CTRL+BREAK on Windows) (#187). |
| 65 | +- Custom certificates via the `SSL_CERT_FILE` environment variable |
| 66 | + work again (#227). |
68 | 67 |
|
69 |
| -- New `rig system rtools` subcommand to add, remove, list |
70 |
| - Rtools versions (#18). |
| 68 | +- `rig library default` does not crash now (#240). |
71 | 69 |
|
72 |
| -- rig now supports Rtools44 on Windows. |
| 70 | +- Windows: rig supports Rtools45 now. |
73 | 71 |
|
74 |
| -- rig now defaults to Rtools42 for R 4.2.x on Windows. |
75 | 72 | </releaseNotes>
|
76 | 73 | </metadata>
|
77 | 74 | </package>
|
0 commit comments