You can put Shiny Server Pro in a Docker container, but licensing must be handled explicitly. For this configuration, we recommend using a floating license server on hardware or a static VM, on the...
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...
Configuring R to Use an HTTP or HTTPS Proxy – RStudio Support
If your networking environment requires outbound network connections to go through a HTTP or HTTPS proxy, you should configure R to use the proxy for all downloads. The R documentation for the dow...
Using RStudio Server in Windows WSL2 – RStudio Support
Author: JooYoung Seo Table of Contents Introduction Prerequisite WSL Setup Linux Distribution Setup RStudio Server Setup Removing RStudio Server Upgrading RStudio Server Introduction This articl...
Using RStudio Server in Windows WSL2 – RStudio Support
Author: JooYoung Seo Table of Contents Introduction Prerequisite WSL Setup Linux Distribution Setup RStudio Server Setup Removing RStudio Server Upgrading RStudio Server Introduction This articl...
Overview Traditionally installing packages from CRAN has used standard HTTP connections without encryption. However, it’s now possible to install packages from CRAN using encrypted HTTPS connection...
Introduction Entering debug mode (stopping) Stopping on a line Stopping when a function executes Stopping when an error occurs Using the debugger Environment pane Code window Console Debuggin...
Using RStudio Server with Microsoft R Server for Cloudera – RStudio Support
When you load the RevoScaleR package in Microsoft R Server, you must set certain environment variables to work with your Cloudera cluster. You can set these environment variables at start up by inc...
Changing R versions for RStudio desktop – RStudio Support
RStudio requires R version 3.0.1 or higher. Since R versions can be installed side-by-side on a system, RStudio needs to select which version of R to run against. The way this occurs varies between...
executable - R.exe, Rcmd.exe, Rscript.exe and Rterm.exe: what's the difference? - Stack Overflow
I'm struggling with the different R executables. What exactly is the difference between R.exe (with or without CMD BATCH option), Rcmd.exe, Rscript.exe and Rterm.exe when running command line in a ...