This package currently is wrapping a pile of functions commonly in use to interact with and manage the Fred Hutch Genomics Repository.
You can install the most recent version of tgR by:
require(devtools)
devtools::install_github('FredHutch/tgR')
Install a specific release version (in this case v1.0) by:
require(devtools)
devtools::install_github('FredHutch/tgR@v1.0')