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 ...
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...
Strategies for connecting Shiny applications to databases – RStudio Support
Broadly speaking, there are two strategies for connecting a shiny application to a database using secure authentication. The first is running the application as a service account. The second is run...
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 ...
r - Shiny Server on NGINX with SSL - Stack Overflow
I have a Shiny Server, R 'shiny' package v7.0, NGINX and 3rd party SSL certificate set up on Ubuntu 12.04 64bit system. Everything worked fine when using http, but after I set up a SSL reverse prox...
ssl - Login via websocket - is this safe? - Stack Overflow
On webpage (with https) Client connects to server with websocket (secure wss over TSL) Server send 'ready-for-user-and-password'-message User enters info and Client sends it Server validates and a...
Running Shiny Server with a Proxy – RStudio Support
Shiny Server: Running with a Proxy Overview If you are running Shiny Server behind a proxy server you need be sure to configure the proxy server so that it correctly handles all traffic to and from...
Tools for Computation on Batch Systems • batchtools
As a successor of the packages BatchJobs and BatchExperiments, this package provides a parallel implementation of the Map function for high performance computing systems managed by schedulers IBM Spectrum LSF (), OpenLava (), Univa Grid Engine/Oracle Grid Engine (), Slurm (), TORQUE/PBS (), or Docker Swarm (). A multicore and socket mode allow the parallelization on a local machines, and multiple machines can be hooked up via SSH to create a makeshift cluster. Moreover, the package provides an abstraction mechanism to define large-scale computer experiments in a well-organized and reproduci...