Windows 8
"source('http://openmx.psyc.virginia.edu/getOpenMx.R')" I keep getting the following error message:
Warning in install.packages(pkgs = c("OpenMx"), repos = repos) :
argument 'lib' is missing: using 'C:\Users\Tassie\Documents/R/win-library/2.10'
trying URL 'http://openmx.psyc.virginia.edu/packages/bin/windows/contrib/2.10/OpenMx_1.3.2-2301.zip'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'http://openmx.psyc.virginia.edu/packages/bin/windows/contrib/2.10/OpenMx_1.3.2-2301.zip'
In addition: Warning message:
In download.file(url, destfile, method, mode = "wb", ...) :
cannot open: HTTP status was '404 Not Found'
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
download of package 'OpenMx' failed
It worked just fine when I tried it on my Windows 7 computer, so I was wondering if the version of windows is the problem...
Thanks!
Windows 8 OpenMx download
Source function code:
> "source('http://openmx.psyc.virginia.edu/getOpenMx.R')"
Alternative code:
> repos <- c('http://openmx.psyc.virginia.edu/sequential/')
> install.packages(pkgs=c('OpenMx'), repos=repos, type="source", configure.args=c('--disable-openmp'))
Even if you know the package does not work in Windows 8, it would be useful to know either way. Thank you.
Log in or register to post comments
In reply to Windows 8 OpenMx download by David Disabato
Not yet available
Dual-booting a Windows 8 system into Linux is the best workaround we can offer at this point.
Log in or register to post comments
In reply to Not yet available by neale
Is this a problem even if I
Log in or register to post comments
In reply to Is this a problem even if I by CharlesD
Problems fixed
Log in or register to post comments
great :)
Log in or register to post comments