Overview Administering RStudio server products often requires you to test changes to your environment, but testing changes can be problematic in production. For example, upgrading R can disrupt dev...
Package Manager 1.1.0 - No Interruptions | RStudio Blog
No interruptions. That was our team’s goal for RStudio Package Manager 1.1.0 - we set out to make R package installation fast enough that it wouldn’t interrupt your work. More and more data scientists use Linux environments, whether to access extra horsepower during development or to run production code in containers. Unfortunately, the rise in Linux environments has seen a corresponding increase in package installation pain. For Windows and Mac OS, CRAN provides pre-compiled binary packages that install almost instantly, but the same binaries are not available on Linux.
Scaling and Performance - Tuning Applications in Shiny Server Pro – RStudio Support
Shiny Server Pro allows you to scale Shiny applications to support multiple simultaneous users. The scaling is accomplished by setting 3 arguments in the configuration file (/etc/shiny-server/shiny...
Spelling Dictionaries Overview RStudio uses the Hunspell engine for spell-checking on Linux and Windows. Hunspell is also used by a wide-variety of other products including Chrome, Firefox, and L...
Comment Headers in RStudio Sources – RStudio Support
Starting from RStudio 1.2.937, the following file sources support custom commands while sourcing them: R, D3 and SQL file sources. This is accomplished by specifing a !source or !preview comment he...
This article has been updated to reflect the RStudio terminal feature as of version 1.3.1056-1. General Usage Introduction Getting Started Multiple Terminals Terminal Names Execute in Terminal B...
Installing and Configuring Python with RStudio – RStudio Support
The following steps represent a minimal workflow for using Python with RStudio Connect via the reticulate package, whether you are using the RStudio IDE on your local machine or RStudio Server Pro....
Switching Themes Modern Theme Sky Theme Dark Theme Classic Theme Custom Editor Themes Themes API Switching Themes RStudio provides support for three global themes that customize RStudio's user int...
Overview Code snippets are text macros that are used for quickly inserting common snippets of code. For example, the fun snippet inserts an R function definition: If you select the snippet from th...