autolib: autolib

Description Usage Examples

Description

This is intended as a replacement for library(). It detects if a package exists locally or not, calls library() if it does, and install.packages() followed by library() otherwise.

Usage

1
autolib(Package,mirror="http://stat.ethz.ch/CRAN",...)

Examples

1
autolib(ggplot2)

GustafRydevik/GryPack documentation built on May 6, 2019, 9:45 p.m.