Skip to content

Commit

Permalink
Document that rig rstudio works best with new RStudio
Browse files Browse the repository at this point in the history
For #100 and #139.

Closes #100.
  • Loading branch information
gaborcsardi committed Aug 28, 2023
1 parent 7841fe6 commit 28caa4b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/help-linux.in
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ const HELP_RSTUDIO: &str = "
the latest version with the same major and minor components. If no such
version is available, rig throws an error.
Calling `rig rstudio` without a project file works best with RStudio
2023.06.0 and newer. Older versions may start with an error dialog box.
See issues #100 and #139 for some details.
\x1b[4m\x1b[1mExamples:\x1b[22m\x1b[24m
# With default R version
rig rstudio
Expand Down
4 changes: 4 additions & 0 deletions src/help-macos.in
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ const HELP_RSTUDIO: &str = "
On macOS arm64 computers rig prefers arm64 R, unless an exact version
match is only available with x86_64 R.
Calling `rig rstudio` without a project file works best with RStudio
2023.06.0 and newer. Older versions may start with an error dialog box.
See issues #100 and #139 for some details.
\x1b[4m\x1b[1mExamples:\x1b[22m\x1b[24m
# With default R version
rig rstudio
Expand Down
4 changes: 4 additions & 0 deletions src/help-windows.in
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ const HELP_RSTUDIO: &str = "
the latest version with the same major and minor components. If no such
version is available, rig throws an error.
Calling `rig rstudio` without a project file works best with RStudio
2023.06.0 and newer. Older versions may start with an error dialog box.
See issues #100 and #139 for some details.
\x1b[4m\x1b[1mExamples:\x1b[22m\x1b[24m
# With default R version
rig rstudio
Expand Down

0 comments on commit 28caa4b

Please sign in to comment.