diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2023-06-10 07:31:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-10 07:31:48 +0700 |
commit | 10da5aaa0e6420218dd8318c7e1d66fbda5b4a6a (patch) | |
tree | 6efc31c1f16daec058d4ea9d71269a58b3ebd15a /development/rstudio-desktop/README | |
parent | 74a12558bf78214616a50afb76211e627aa45b93 (diff) |
development/rstudio-desktop: Updated for version 2023.06.0+421.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rstudio-desktop/README')
-rw-r--r-- | development/rstudio-desktop/README | 31 |
1 files changed, 24 insertions, 7 deletions
diff --git a/development/rstudio-desktop/README b/development/rstudio-desktop/README index 9d2ff0ab37ba0..5ee939f0a8335 100644 --- a/development/rstudio-desktop/README +++ b/development/rstudio-desktop/README @@ -1,9 +1,26 @@ -RStudio is a cross-platform IDE for the R statistical computing -environment. It is available in desktop and server versions. -This is the Linux desktop version. +RStudio IDE: the most popular coding environment for R -This script repackages the Fedora/Redhat package provided by RStudio. -RStudio currently only supports 64-bit systems. +the RStudio integrated development environment (IDE) is a set of tools +built to help you be more productive with R and Python. It includes a +console, syntax-highlighting editor that supports direct code execution. +It also features tools for plotting, viewing history, debugging and +managing your workspace. -The last supported version of RStudio for 32-bit systems is 1.1.463. -A rstudio-desktop-legacy SlackBuild for 32-bit systems is available. +RStudio is available in desktop and server versions. This is the DESKTOP +version, featuring: + +* Syntax highlighting, code completion, and smart indentation +* Execute R code directly from the source editor +* Quickly jump to function definitions +* View content changes in real-time with the Visual Markdown Editor +* Easily manage multiple working directories +* Integrated R help and documentation +* Interactive debugger +* Extensive package development tools + +At the moment, the script just repackages the Fedora/Redhat binaries, +provided by upstream. + +NOTE +RStudio currently only supports 64-bit systems. The last 32-bit version +is 1.1.463, provided by "rstudio-desktop-legacy", available at SBo. |