README.md

Autoinstallr 🤖

Automatically installs missing packages loaded with library.

Overview

Overrides base::library with a library function that automatically installs missing packages. Uses RStudio's redirection servers as the repository URL.

Note autoinstallr::library has the same API and behavior as base::library.

install_github('fny/autoinstallr')
library(autoinstallr)
library(library_thats_not_installed)
# => Installs and loads library_thats_not_installed

Wishlist



fny/autoinstallr documentation built on May 25, 2019, 5:22 p.m.