Skip to content

Commit

Permalink
install OpenMx step by step
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Karch committed May 15, 2024
1 parent 819bf8e commit 8bb74da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
if (!require(remotes)) install.packages("remotes")
if (!require(OpenMx)) install.packages("OpenMx")
if (!require(OpenMx)) install.packages("Rccp")
if (!require(OpenMx)) install.packages("RccpEigen")
# if (!require(OpenMx)) install.packages("OpenMx")
remotes::install_deps()
if (!require(pkgload)) install.packages("pkgload")

0 comments on commit 8bb74da

Please sign in to comment.