Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 616 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 616 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 will need the following packages installed as well:

install.packages(pkgs = c("httr", "REDCapR", "aws.s3", "jsonlite", "magrittr", "dplyr", "purrr", "RCurl", "checkmate", "stringr"))

You can install the most recent version of tgR by:

require(remotes)
remotes::install_github('FredHutch/tgR')

Install a specific release version (in this case v0.8.0) by:

require(remotes)
remotes::install_github('FredHutch/[email protected]')