Installation problem with R2.11.0 64bit under Windows7

Posted on
No user picture. montpied Joined: 03/23/2010
Hi all,

I cannot install OpenMx in the new R 64bit version 2.11.0. Error message as follows:

>source('http://openmx.psyc.virginia.edu/getOpenMx.R')
Warning: unable to access index for repository http://openmx.psyc.virginia.edu/packages/bin/windows64/contrib/2.11
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package ‘OpenMx’ is not available

Any help is welcome.
Thank you
Pierre.

Replied on Mon, 04/26/2010 - 05:27
No user picture. montpied Joined: 03/23/2010

Below is my R config :

R.Version()
$platform
[1] "x86_64-pc-mingw32"

$arch
[1] "x86_64"

$os
[1] "mingw32"

$system
[1] "x86_64, mingw32"

$status
[1] ""

$major
[1] "2"

$minor
[1] "11.0"

$year
[1] "2010"

$month
[1] "04"

$day
[1] "22"

$`svn rev`
[1] "51801"

$language
[1] "R"

$version.string
[1] "R version 2.11.0 (2010-04-22)"

Pierre

Replied on Mon, 04/26/2010 - 08:29
Picture of user. mspiegel Joined: 07/31/2009

Two problems in our repository prevented this from installing. First, we haven't built any binaries for R 2.11. I've added a symbolic link from 2.11 to 2.10, so we'll see if R 2.11 can load libraries that were built using R 2.10. Second, we haven't built any binaries for 64bit Windows. This afternoon, I can search and see if it's possible to cross-compile for 64bit Windows on my 32bit Windows box. The other option is to build OpenMx from source.
Replied on Mon, 04/26/2010 - 10:35
Picture of user. mspiegel Joined: 07/31/2009

In reply to by mspiegel

OK, the 64-bit toolchain for R packages under windows is "under active development." If you really need a 64-bit address space, currently I'd recommend compiling the OpenMx library from source. There is some advice here: http://cran.case.edu/doc/manuals/R-admin.html#Building-R-for-64_002dbit-Windows. The alternative is to use 32-bit R.