diff --git a/src/help-linux.in b/src/help-linux.in index 7b85605..c72573f 100644 --- a/src/help-linux.in +++ b/src/help-linux.in @@ -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 diff --git a/src/help-macos.in b/src/help-macos.in index 3e8acc5..4f16c0f 100644 --- a/src/help-macos.in +++ b/src/help-macos.in @@ -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 diff --git a/src/help-windows.in b/src/help-windows.in index bacc8ab..06bc82b 100644 --- a/src/help-windows.in +++ b/src/help-windows.in @@ -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