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
> install.packages("evolqg")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.
Install devtools, then:
> library(devtools)
> install_github("lem-usp/evolqg")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"))