diff --git a/DESCRIPTION b/DESCRIPTION index 90a055e..c7b6a36 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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, diff --git a/init.R b/init.R index 83c8b85..253dfbe 100644 --- a/init.R +++ b/init.R @@ -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() \ No newline at end of file