Installation problem with R2.11.0 64bit under Windows7
Posted on
montpied
Joined: 03/23/2010
Forums
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.
Below is my R config :
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
Log in or register to post comments
Two problems in our
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.
Log in or register to post comments
In reply to Two problems in our by mspiegel
OK, the 64-bit toolchain for
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.
Log in or register to post comments
In reply to OK, the 64-bit toolchain for by mspiegel
Hello a little up for I can't
Hello a little up for I can't manage to install open MX on R2.11 running under W7 64bits.could you confirm things are unchanged since your last answer, anthat I should install a version 2.10.
thank you
guillaume
Log in or register to post comments
In reply to Hello a little up for I can't by g.avenin
I'll try downloading Rtools
I'll try downloading Rtools 2.11 and post a reply whether I can cross-compile a 64-bit binary on my 32-bit machine. The alternative is to install the 32-bit version of R 2.11.1.
Log in or register to post comments
In reply to I'll try downloading Rtools by mspiegel
It is possible to upload an R
It is possible to upload an R package the 64-bit windows builder: http://win-builder.r-project.org/. However we don't have a copy of 64-bit NPSOL library compiled for windows. This issue will need to wait until we receive that library.
Log in or register to post comments
In reply to It is possible to upload an R by mspiegel
thank you for all this
thank you for all this work
guillaume
Log in or register to post comments
In reply to It is possible to upload an R by mspiegel
OpenMx for 64xWindows
Just wondering if the OpenMx package for 64bit Windows machine is available for download.
Thanks,
Sanchita
Log in or register to post comments
In reply to OpenMx for 64xWindows by Sabha
RE: OpenMx for 64xWindows
Hi,
We are still waiting for a copy of 64-bit NPSOL library compiled for windows. As a result we still do not have a 64-bit windows binary installation of OpenMx. You can still try to install OpenMx from the source code.
Log in or register to post comments
In reply to RE: OpenMx for 64xWindows by rgore
Uh, you can't install OpenMx
Uh, you can't install OpenMx for 64-bit windows from the source code, because we don't have 64 bit NPSOL available for windows.
Log in or register to post comments
In reply to Uh, you can't install OpenMx by mspiegel
Whoops, my fault.
Sorry, momentarily brain collapse. Thanks Michael.
Michael is correct. Currently OpenMx (binary or source) cannot be installed on 64-bit Windows machine.
Log in or register to post comments