README.md

To install, first ensure that devtools is installed:

install.packages("devtools")

Then run the following to install and load the package:

devtools::install_github("DavidJamesKent/stsci6520_hw2",build_opts=c())
library(stsci6520hw2)

Note: the build_opts=c() argument forces the installation of the vignette. To access the vignette, run:

vignette("hw2_vignette")


DavidJamesKent/stsci6520_hw2 documentation built on May 26, 2019, 12:30 a.m.