Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 605 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 605 Bytes

bio.taxonomy

Package to help develop and/or use bio tools in order to ...

Installation

To install, run the following:

  remotes::install_github( "jae0/aegis")  # helper functions
  remotes::install_github( "jae0/bio.taxonomy")

You probably will want to have an Rprofile set up properly such as:

homedir = path.expand("~")
code_root = file.path( homedir, "bio" )   ### replace with correct path to the parent directory of your git-projects
data_root = file.path( homedir, "bio.data" )   ### replace with correct path to your data

require( aegis )
require( bio.taxonomy )