Created
May 4, 2015 22:42
-
-
Save tbates/33ec8522cdf41ba7ff72 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (mxOption(NULL, "Default optimizer") == 'NLOPT') stop("SKIP") | |
library("devtools"); library("ggplot2"); | |
# library("umx") | |
# library("umx.twin") | |
devtools::document("~/bin/umx"); devtools::install("~/bin/umx"); | |
devtools::document("~/bin/umx.twin"); devtools::install("~/bin/umx.twin"); | |
demand("formula.tools") # for residualizing inline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment