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)
OpenMx/OpenMx documentation built on April 17, 2024, 3:32 p.m.