README.md

How to install HandyStuff

To install from Github using R:

install.packages("devtools")
library("devtools")
install_github(repo = "bryanhanson/HandyStuff@master")
library("HandyStuff")

If you use @devel you can get the development branch if it is available (and there may be other branches out there too). Development branches have new, possibly incompletely tested features. They may may also not be ready to pass checks and thus may not install automatically using the method above. Check the news file to see what's up.

======= Questions? hanson@depauw.edu



bryanhanson/HandyStuff documentation built on July 22, 2022, 6:18 a.m.