In-memory packages

  • library(usethis) loads installed {usethis} into memory
    • (technically also attaches it to search path, more in Section 10.4)
  • devtools::load_all() (Ctrl + Shift + L) loads source pkg into memory