No Clocks

No Clocks

2086 bookmarks
Newest
Spelling Dictionaries – RStudio Support
Spelling Dictionaries – RStudio Support
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...
·support.rstudio.com·
Spelling Dictionaries – RStudio Support
Comment Headers in RStudio Sources – RStudio Support
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...
·support.rstudio.com·
Comment Headers in RStudio Sources – RStudio Support
Using the RStudio Terminal – RStudio Support
Using the RStudio Terminal – RStudio Support
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...
·support.rstudio.com·
Using the RStudio Terminal – RStudio Support
Installing and Configuring Python with RStudio – RStudio Support
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....
·support.rstudio.com·
Installing and Configuring Python with RStudio – RStudio Support
Using RStudio Themes – RStudio Support
Using RStudio Themes – RStudio Support
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...
·support.rstudio.com·
Using RStudio Themes – RStudio Support
Code Snippets – RStudio Support
Code Snippets – RStudio Support
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...
·support.rstudio.com·
Code Snippets – RStudio Support
Configuring R to Use an HTTP or HTTPS Proxy – RStudio Support
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...
·support.rstudio.com·
Configuring R to Use an HTTP or HTTPS Proxy – RStudio Support
Using RStudio Server in Windows WSL2 – RStudio Support
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...
·support.rstudio.com·
Using RStudio Server in Windows WSL2 – RStudio Support
Using RStudio Server in Windows WSL2 – RStudio Support
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...
·support.rstudio.com·
Using RStudio Server in Windows WSL2 – RStudio Support
Secure Package Downloads for R – RStudio Support
Secure Package Downloads for R – RStudio Support
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...
·support.rstudio.com·
Secure Package Downloads for R – RStudio Support
Debugging with RStudio – RStudio Support
Debugging with RStudio – RStudio Support
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...
·support.rstudio.com·
Debugging with RStudio – RStudio Support
Changing R versions for RStudio desktop – RStudio Support
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...
·support.rstudio.com·
Changing R versions for RStudio desktop – RStudio Support
How to run R scripts from the command line – RStudio Support
How to run R scripts from the command line – RStudio Support
Running R scripts from the command line can be a powerful way to: Automate your R scripts Integrate R into production Call R through other tools or systems There are basically two Linux command...
·support.rstudio.com·
How to run R scripts from the command line – RStudio Support
Keyboard Shortcuts – RStudio Support
Keyboard Shortcuts – RStudio Support
Keyboard Shortcuts This information is available directly in the RStudio IDE under the Tools menu: Tools → Keyboard Shortcuts Help. Shortcuts in this article last updated for RStudio IDE version ...
·support.rstudio.com·
Keyboard Shortcuts – RStudio Support