Install without internet access?

Posted on
No user picture. pgseye Joined: 10/13/2009
Hi,

I tried a model last week that was still running after 4 days and was really consuming too much CPU for efficient computer use. I've got an older Windows box that I don't really use for anything and thought I might just let the models run on that to free up my normal machine. But it's not really connectable to the net to download OpenMx - can you install off a USB drive somehow?

Thanks,

Paul

Replied on Fri, 10/29/2010 - 10:10
Picture of user. Mike Cheung Joined: 10/08/2009

Hi, Paul.

You may download the appropriate binary package from http://openmx.psyc.virginia.edu/packages/bin/windows/contrib/ and save it in your USB drive, say e: drive. Then you may use the following command to install it, e.g.,
install.packages(pkgs="e:/OpenMx_1.0.1-1464.zip", repos=NULL)

Please note that e:\ in Windows is represented by either e:/ or e:\\ in R.

Mike