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 June 22, 2024, 11:31 a.m.