Skip to content

Commit

Permalink
install openmx
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Karch committed Dec 19, 2023
1 parent cce75a3 commit 35ce664
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Imports:
promises (>= 1.2.0.1),
readr (>= 2.1.4),
readxl (>= 1.4.3),
semPlot,
shiny (>= 1.7.4),
shinyjs (>= 2.1.0),
tools,
Expand Down
1 change: 1 addition & 0 deletions init.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
if (!require(pkgload)) install.packages("pkgload")
if (!require(remotes)) install.packages("remotes")
if (!require(OpenMx)) install.packages("OpenMx")
remotes::install_deps()

0 comments on commit 35ce664

Please sign in to comment.