Explore our resources
Filter by:
670 Resources
Video
A preview of Rtools 4.0
Rtools is getting a major upgrade. In addition to the latest gcc, it now includes a full build system and package manager to build, install, and distribute external c/c++/fortran libraries needed...
Video
Announcing RStudio Package Manager
RStudio Package Manager is the newest professional product that helps teams, departments, and entire enterprises organize and centralize package management.
Video
Building an A/B testing analytics system with R and Shiny
Online experimentation, or A/B Testing, is the gold standard for measuring the effectiveness of changes to a website. While A/B testing is used at tens of thousands of companies, it can seem...
Video
Catching the R wave: How R and RStudio are revolutionizing statistics education in community colleges (and beyond)
There is no doubt that RStudio has had an impact on how introductory statistics is taught in colleges today. When we consider the sheer dominance that giants like Texas Instruments, IBM, and...
Video
Cultivating creativity in data work
Traditionally, statistical training has focused primarily on mathematical derivations, proofs of statistical tests, and the general correctness of what methods to use for certain applications.
Video
Democratizing R with Plumber APIs
The Plumber package provides an approachable framework for exposing R functions as HTTP API endpoints. This allows R developers to create code that can be consumed by downstream frameworks, which...
Video
Don’t let long running tasks hang your users Introducing ipc for Shiny
Long running tasks in Shiny are not cancelable and typically lock the user interface while running. This talk introduces the ipc package, which helps you build dynamic applications when...