Skip to content

wgar84/evolqg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

515 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EvolQG Package

Join the chat at https://gitter.im/diogro/evolqg

Package for evolutionary quantitative genetics, described in Melo D, Garcia G, Hubbe A et al. EvolQG - An R package for evolutionary quantitative genetics [version 1; referees: 1 approved, 1 approved with reservations] F1000Research 2015, 4:925 (doi: 10.12688/f1000research.7082.1) article link

Installation

From CRAN

> install.packages("evolqg")

From github

In Windows you first need to install Rtools, then proceed to devtools installation instructions. Be careful to use the right version for your R installation.

Using devtools

Install devtools, then:

> library(devtools)
> install_github("lem-usp/evolqg")

Troubleshooting

Occasionally some dependencies fail to install. This is usually related to missing packages not available from CRAN. As far as I can tell, installing graph, Biostrings and Rgraphviz from Bioconductor should solve this.

> source("http://bioconductor.org/biocLite.R")
> biocLite(c("graph", "Rgraphviz", "Biostrings"))

About

Lem R functions package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • R 97.6%
  • C++ 2.4%