No Clocks

No Clocks

2688 bookmarks
Custom sorting
Automate Package and Project Setup • usethis
Automate Package and Project Setup • usethis
Automate package and project setup tasks that are otherwise performed manually. This includes setting up unit testing, test coverage, continuous integration, Git, GitHub, licenses, Rcpp, RStudio projects, and more.
·usethis.r-lib.org·
Automate Package and Project Setup • usethis
Advanced R Course
Advanced R Course
This contains materials for the Advanced R course of the doctoral school of Grenoble, France.
·privefl.github.io·
Advanced R Course
Learning Analytic Administration through a Sandbox
Learning Analytic Administration through a Sandbox
It all starts with sandboxes. Development sandboxes are dedicated safe spaces for experimentation and creativity. A sandbox is a place where you can go to test and break things, without the ramifications of breaking the real, important things. If you’re an analytic administrator who doesn’t have access or means to get a sandbox, I recommend that you consider advocating to change that. Here are just some of the arguments for why sandboxes are a powerful tool for the R admin that you may find helpful.
·rviews.rstudio.com·
Learning Analytic Administration through a Sandbox
A guide to parallelism in R – Florian Privé – R(cpp) enthusiast
A guide to parallelism in R – Florian Privé – R(cpp) enthusiast
In this post, I talk about parallelism in R. This post is likely biased towards the solutions I use. For example, I never use mcapply nor clusterApply; I prefer to always use foreach. In this post, we will focus on how to parallelize R code on your computer with package {foreach}. In this post, I use mainly silly examples just to show one point at a time. Basics of foreach You can install R package {foreach} with install.packages("foreach"). library(foreach)
·privefl.github.io·
A guide to parallelism in R – Florian Privé – R(cpp) enthusiast
#1 "R in Production" – R in Production
#1 "R in Production" – R in Production
"R in Production " is a blog that talks about Security, Automation, Scalability in the R environment. Furthermore, Software Engineering teaches us proven methodologies to bring a prototype into production and to facilitate the work process in all its aspects. (Click on the title to read more ...)
·rinproduction.com·
#1 "R in Production" – R in Production
Using Kubernetes and the Future Package to Easily Parallelize R in the Cloud
Using Kubernetes and the Future Package to Easily Parallelize R in the Cloud
This is a guest post by Chris Paciorek, Department of Statistics, University of California at Berkeley. In this post, I’ll demonstrate that you can easily use the future package in R on a cluster of machines running in the cloud, specifically on a Kubernetes cluster. This allows you to easily doing parallel computing in R in the cloud. One advantage of doing this in the cloud is the ability to easily scale the number and type of (virtual) machines across which you run your parallel computation.
·jottr.org·
Using Kubernetes and the Future Package to Easily Parallelize R in the Cloud
Impressions from New Zealand’s R Exchange | RStudio Blog
Impressions from New Zealand’s R Exchange | RStudio Blog
In March of 2021, Epi-Interactive hosted one of the first in-person R events in Wellington, New Zealand. Here are some takeaways from their experience.
·blog.rstudio.com·
Impressions from New Zealand’s R Exchange | RStudio Blog
Using Kubernetes and the Future Package to Easily Parallelize R in the Cloud – R-Craft
Using Kubernetes and the Future Package to Easily Parallelize R in the Cloud – R-Craft
This is a guest post by Chris Paciorek, Department of Statistics, University of California at Berkeley. In this post, I’ll demonstrate that you can easily use the future package in R on a cluster of machines running in the cloud, specifically ...
·r-craft.org·
Using Kubernetes and the Future Package to Easily Parallelize R in the Cloud – R-Craft