Explore our resources
Filter by:
663 Resources
Video
Asynchronous programming in R
Writing regular R code is straightforward: you tell R to do something, it does it, and then it returns control back to you.
Video
Auto-magic Package Development
Vega-lite is a high-level grammar of interactive graphics implemented in Javascript; it renders interactive visualizations in the browser based on a JSON specification.
Video
Azure Pipelines and GitHub Actions
Open source R packages on GitHub often take advantage of continuous integration services to automatically check their packages for errors.
Video
Becoming an R blogger
Blogging is an excellent way to learn, improve your communication skills, and gain exposure in the R and data science communities.
Data science hangout
Ben Arancibia
Join us with Ben from GSK to discuss Data Science Enablement in GSK Biostatistics...
Data science hangout
Benedikt Kahmen
Join us with Benedikt at Generali as we chat about building new things with...
Video
Best Practices for Developing Shiny Apps
This presentation covers everything from organizing app's code with modules and R6 classes, to setting up a development environment, to testing.