|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
3 | 3 | <metadata>
|
4 | 4 | <id>rig</id>
|
5 |
| - <version>0.6.0</version> |
| 5 | + <version>0.6.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.6.0 |
| 57 | +# rig 0.6.1 |
58 | 58 |
|
59 |
| -- New `rig available` command to list R versions available to install. |
60 |
| - `rig available --list-distros` lists the supported Linux distributions. |
61 |
| - |
62 |
| -- New `rig run` to run R, an R script or an R project, using the selected |
63 |
| - R version (#161). |
64 |
| - |
65 |
| -- rig now works in a shell that is a subprocess or R, e.g. in the |
66 |
| - RStudio terminal (#127). |
67 |
| - |
68 |
| -- `rig resolve` now has a `--platform` and a `--arch` arguments, to look up |
69 |
| - available R versions for any supported platform, instead of the current |
70 |
| - one. |
71 |
| - |
72 |
| -- `rig ls --plain` lists only the R version names, this is useful in |
73 |
| - shell scripts (#128). |
74 |
| - |
75 |
| -- `rig rstudio` now starts RStudio with the correct working directory |
76 |
| - and project (#139, #100). |
77 |
| - |
78 |
| -- macOS: `rig add` now only changes the permission for the R version |
79 |
| - that it is installing (#109). |
80 |
| - |
81 |
| -- Windows: `rig rstudio` now starts the correct R version, even with newer |
82 |
| - RStudio versions (#134). |
83 |
| - |
84 |
| -- Windows: rig now works in PowerShell 7. |
85 |
| - |
86 |
| -- Windows: the rig installer now does not create shortcut in the start |
87 |
| - menu (#160). |
| 59 | +- rig now supports Rtools44 on Windows, and defaults to using |
| 60 | + Rtools42 for R 4.2.x. |
88 | 61 | </releaseNotes>
|
89 | 62 | </metadata>
|
90 | 63 | </package>
|
0 commit comments