Using renv to track the version of your packages in R (CC229)
Posting your R code is good. But posting your code with instructions for what R version of your packages need to be installed with renv will take your reproducibility to another level. In this episode, Pat uses the renv R package to show you how to set up a project and keep track of the packages and versions that you are using. Then he shows how anyone can grab a copy of your project from GitHub and recreate your package environment You can find my blog post for this episode at https://www.riffomonas.org/code_club/.... #renv #Rstudio #reproducibility #R #Rstats Want more practice on the concepts covered in Code Club? You can sign up for my weekly newsletter at https://shop.riffomonas.org/youtube to get practice problems, tips, and insights. If you're interested in taking an upcoming 3 day R workshop be sure to check out our schedule at https://riffomonas.org/workshops/ You can also find complete tutorials for learning R with the tidyverse using... Microbial ecology data: https://www.riffomonas.org/minimalR/ General data: https://www.riffomonas.org/generalR/ 0:00 Introduction 2:44 Setting up renv on an existing project 9:42 Exploring the impact of renv on our paths 12:55 Installing packages and taking snapshots 15:30 How someone else benefits from your use of renv 19:03 Limitations of renv

How to create a conda or mamba environment for R programming to enhance reproducibility (CC230)

Development of a example R package (CC266)

The magrittr and base R pipe: what's the difference? (CC241)

Diagnose, Explore and Repair your data in #R quick {dlookr}

Microbiome Analysis in R Using Microbiome | Bioinformatics for Beginners Mr. BioinformatiX

Using paths in R and why you shouldn't be using setwd (CC179)

Robust R Code That Will Work Forever With {renv}

Cleaning and manipulating data with the tidyverse: dplyr, readr, and stringr in action (CC121)

Kevin Ushey | renv: Project Environments for R | RStudio (2020)

Irena Papst - From Scripts to Pipelines with Targets

Three approaches to organize your R project (CC178)

Learn R in 39 minutes

Alternative to for loops in R with purrr's map, map_dbl, and map_dfr functions (CC043)

Using the purrr and broom R packages to easily perform thousands of statistical tests (CC112)

Organizing a new project with git and conda and synching it to GitHub (CC246)

Discover 7 Hidden Gems in the R Package Ecosystem

Turing Award Winner: Disagreeing with Google, Postgres, Future Problems | Mike Stonebraker

Get started with tidymodels and classification of penguin data

Taking control of your packages with {renv}, plus a dash of {pak} too!

