Now that we have both RStudio and Git set-up on your computer and a GitHub account, it’s time to link them together so that you can maximize the benefits of using RStudio in your version control ...
Two ways to do this: "," In upper left corner, click on the +R cube thingy "," In upper right corner, click on the project icon (again, the R cube thing) and select ...
For this workshop, participants will be working from their personal laptops. Please be ready with current versions of both R and RStudio. This means R >= 4.2.0 and ...
At the outset, I must admit that I dont consider myself an avid coder but I do put in the work to code as much as my research requires (which could be a lot, depending on the objective!). Nevertheless ...
Even if you attended RStudio’s pre-conference two-day training last month, you could only attend one workshop—and there were more than half a dozen. Now, though, many materials including slides and R ...
The new xrprof package builds on code profiling (performance measuring) offered by base R’s Rprof() with these added features: It can run on a remote server, not just locally, allowing you to see what ...