Found 102 bookmarks
Newest
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
Tools for teaching
Tools for teaching
Design a computing infrastructure and choose packages that can set you and your learners on the happy path.
·education.rstudio.com·
Tools for teaching
Persistent config and data for R packages - R-hub blog
Persistent config and data for R packages - R-hub blog
Does your R package work best with some configuration? You probably want it to be easily found by your package. Does your R package download huge datasets that don’t change much on the provider side? Maybe you want to save the corresponding data somewhere persistent so that things will go faster during the next R session. In this blog post we shall explain how an R package developer can go about using and setting persistent configuration and data on the user’s machine.
·blog.r-hub.io·
Persistent config and data for R packages - R-hub blog
Build Your Own Universe
Build Your Own Universe
Learn R, R tutorials, R resources, blog posts and the latest updates about the statistical programming R language.
·rweekly.org·
Build Your Own Universe
RStudio Shortcuts and Tips
RStudio Shortcuts and Tips
We deliver software development and ML solutions for Fortune 500 companies. We are an RStudio Full Service Certified Partner and global leaders in R Shiny.
·appsilon.com·
RStudio Shortcuts and Tips
Package Manager 1.1.0 - No Interruptions | RStudio Blog
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.
·blog.rstudio.com·
Package Manager 1.1.0 - No Interruptions | RStudio Blog
RStudio API
RStudio API
·rstudio.github.io·
RStudio API
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