1. Installing GenomicSEM - GenomicSEM/GenomicSEM GitHub Wiki

We assume you are running R 3.4.1 or newer. We guarantee no backward or forward comparability. If something breaks please raise the issue on GitHub and we will try and fix it ASAP.

First, you need to install the devtools package. You can do this from CRAN, launch R and then type

install.packages("devtools")

Load the devtools package.

library(devtools)

Now you're ready to install the latest version of GenomicSEM

install_github("GenomicSEM/GenomicSEM")

Now require GenomicSEM. Note that this will often raise 24 warnings about replacing previous imports; these warnings are safe to ignore.

require(GenomicSEM)

That's it! You are ready to start using GenomicSEM