OpenMx 2.0.1 installation fails for R 3.2.0 on OS X
Posted on

Forums
If I do
the result is
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
Log in or register to post comments
In reply to Give it another try. We by AdminRobK
not working for me either
> 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
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
Log in or register to post comments
In reply to Give it another try. We by AdminRobK
Still the same
Log in or register to post comments
Works now
Log in or register to post comments