OpenMx 2.0.1 installation fails for R 3.2.0 on OS X

Posted on
No user picture. jkarch Joined: 03/15/2011
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)

Replied on Fri, 05/29/2015 - 11:23
Picture of user. AdminRobK Joined: 01/24/2014

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.
Replied on Fri, 05/29/2015 - 11:46
No user picture. italiano Joined: 05/28/2015

In reply to by AdminRobK

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

Replied on Wed, 06/03/2015 - 15:24
No user picture. jkarch Joined: 03/15/2011

Installation was successful for me today.