OpenMx 2.0.1 installation fails for R 3.2.0 on OS X

If I do
source('http://openmx.psyc.virginia.edu/getOpenMx.R')
the result is
You are now installing OpenMx 2.0.
OpenMx 2.0 has a number of exciting new features, described in more detail at
http://openmx.psyc.virginia.edu/2014/10/openmx-version-20-officially-released
and in the OpenMx User's Guide.
Most OpenMx-1.4 scripts will work under OpenMx 2.0, but users who wish to download and install the previous stable version can run
source('http://openmx.psyc.virginia.edu/getOpenMx1.R')
instead. We will only be maintaining getOpenMx1.R for a short while, so we do encourage you to upgrade soon!
trying URL 'http://ftp5.gwdg.de/pub/misc/cran/src/contrib/OpenMx_2.2.2.tgz'
Warning in install.packages :
cannot open: HTTP status was '404 Not Found'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'http://ftp5.gwdg.de/pub/misc/cran/src/contrib/OpenMx_2.2.2.tgz'
Warning in install.packages :
download of package 'OpenMx' failed
My operating system is: Mac OS 10.10.1
R Version :
R version 3.2.0 (2015-04-16) -- "Full of Ingredients"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Give it another try. We
Give it another try. We updated our repository just this morning. But please post your result to this thread, whether or not it succeeds this time around.
Log in or register to post comments
In reply to Give it another try. We by AdminRobK
not working for me either
I also have a mac. I just tried to install and it gives me a similar error:
> source('http://openmx.psyc.virginia.edu/getOpenMx.R')
You are now installing OpenMx 2.0.
OpenMx 2.0 has a number of exciting new features, described in more detail at
http://openmx.psyc.virginia.edu/2014/10/openmx-version-20-officially-released
and in the OpenMx User's Guide.
Most OpenMx-1.4 scripts will work under OpenMx 2.0, but users who wish to download and install the previous stable version can run
source('http://openmx.psyc.virginia.edu/getOpenMx1.R')
instead. We will only be maintaining getOpenMx1.R for a short while, so we do encourage you to upgrade soon!
trying URL 'http://cran.rstudio.com/src/contrib/OpenMx_2.2.4.tgz'
Warning in install.packages :
cannot open: HTTP status was '404 Not Found'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'http://cran.rstudio.com/src/contrib/OpenMx_2.2.4.tgz'
Warning in install.packages :
download of package ‘OpenMx’ failed
Log in or register to post comments
In reply to not working for me either by italiano
Which version of R are you
Which version of R are you running? Also, if you have a version of OpenMx currently installed, which is it?
Log in or register to post comments
In reply to Which version of R are you by AdminRobK
I recently installed R 3.2.0
I recently installed R 3.2.0 for OSX. Before, I had an old version of R and OpenMx worked fine, but when I installed R 3.2.0, I had to reinstall all my packages, and OpenMx was the only one I couldn't re-install.
Log in or register to post comments
In reply to Give it another try. We by AdminRobK
Still the same
I still get the same error. Executed source('http://openmx.psyc.virginia.edu/getOpenMx.R') some minutes ago.
Log in or register to post comments
Works now
Installation was successful for me today.
Log in or register to post comments