Skip to content

Instantly share code, notes, and snippets.

@cynthiahqy
Last active July 8, 2022 08:45
Show Gist options
  • Save cynthiahqy/4bab8627b3bb62bff2f445da8f0c16c4 to your computer and use it in GitHub Desktop.
Save cynthiahqy/4bab8627b3bb62bff2f445da8f0c16c4 to your computer and use it in GitHub Desktop.
Maintaining Development Environment

Notes to self on infrequent dev environment tasks

Rstats

  • Don't update R using brew install r because reasons
  • Using brew install --cask r is okay
  • Need to reinstall packages after updating R
  • check package library location in ~/.Renviron
install.packages("pak")
pkgs <- c("tidyverse", "devtools", "usethis")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment