Development

Development

1692 bookmarks
Newest
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
Tools for Computation on Batch Systems • batchtools
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...
·mllg.github.io·
Tools for Computation on Batch Systems • batchtools