inst/tools/OpenMxInstaller.R

require(tcltk)
install.packages('snowfall')
tkmessageBox(message="Now select the OpenMx binary when prompted")
filename <- tclvalue(tkgetOpenFile())
install.packages(filename, repos=NULL)

Try the OpenMx package in your browser

Any scripts or data that you put into this service are public.

OpenMx documentation built on Nov. 8, 2023, 1:08 a.m.