gauravcodepro / evoseq-genome-informatics

r package to analyze the genome to phylogenome analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

evoseq

Build Status codecov

Installing

The pre-release version of the package can be pulled from GitHub using the devtools package:

# install.packages("devtools")
devtools::install_github("sablokgaurav/evoseq", build_vignettes=TRUE)

For developers

The repository includes a Makefile to facilitate some common tasks.

Running tests

$ make test. Requires the testthat package. You can also specify a specific test file or files to run by adding a "file=" argument, like $ make test file=logging. test_package will do a regular-expression pattern match within the file names. See its documentation in the testthat package.

Updating documentation

$ make doc. Requires the roxygen2 package.

Gaurav
Academic Staff Member
Bioinformatics
Institute for Biochemistry and Biology
University of Potsdam
Potsdam,Germany

About

r package to analyze the genome to phylogenome analysis.

License:Other


Languages

Language:R 81.6%Language:Makefile 18.4%