Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 417 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 417 Bytes

tgR

This package currently is wrapping a pile of functions commonly in use to interact with and manage the Fred Hutch Genomics Repository.

Installation

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')