OpenMx Installation

Suggestion for install URL install.packages('OpenMx', repos='http://openmx.psyc.virginia.edu/testing/')
Suggested new instruction
install.packages('OpenMx', repos='http://openmx.psyc.virginia.edu/testing/')
Current
source("http://openmx.psyc.virginia.edu/getNewOpenMx.R") # which runs this silently repos <- c('http://openmx.psyc.virginia.edu/testing/') install.packages(pkgs=c('OpenMx'), repos=repos)

Incorporating OpenMx in documentation examples of other packages.
OpenMx seems like a natural fit for our examples, but I'm hesitant to use it in our basic documentation, because of two deployment issues:

Can't install OpenMx on Mac OS X 10.7.2 (Lion) running R version 2.14.0
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
...
> source('http://openmx.psyc.virginia.edu/getOpenMx.R')
Warning: unable to access index for repository http://openmx.psyc.virginia.edu/packages/bin/macosx/leopard/contrib/2.14
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package ‘OpenMx’ is not available (for R version 2.14.0)
Any ideas?
TIA

gcc4.6 and libnpsol.a and Ubuntu 11.10 - How Can I Get OpenMx to Install?
R version 2.13.1 (2011-07-08)
> source('http://openmx.psyc.virginia.edu/getOpenMx.R')
Installing package(s) into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
trying URL 'http://openmx.psyc.virginia.edu/packages/src/contrib/OpenMx_1.1.1-1785.tar.gz'
Content type 'application/x-gzip' length 6362441 bytes (6.1 Mb)
opened URL
==================================================
downloaded 6.1 Mb

Installation problem with OpenMx 1.1.1 with R 2.13.1 in Fedora 15
source('http://openmx.psyc.virginia.edu/getOpenMx.R')
My guess is that Fedora 15 uses gcc4.6 while OpenMx comes with gcc4.4. The following is the error message:
checking for inst/npsol/linux/x86/gcc4.6/libnpsol.a... no
configure: error: npsol library not found
ERROR: configuration failed for package ‘OpenMx’

Installation problem with R2.10.1
> source('http://openmx.psyc.virginia.edu/getOpenMx.R')
trying URL 'http://openmx.psyc.virginia.edu/packages/bin/windows/contrib/2.10/OpenMx_1.1.0-1764.zip'
Content type 'application/zip' length 2298749 bytes (2.2 Mb)
opened URL
downloaded 2.2 Mb
package 'OpenMx' successfully unpacked and MD5 sums checked
- Read more about Installation problem with R2.10.1
- 3 comments
- Log in or register to post comments

Problem with installing OpenMx on R 2.13
> require(OpenMx)
Loading required package: OpenMx
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/Library/Frameworks/R.framework/Versions/2.13/Resources/library/OpenMx/libs/x86_64/OpenMx.so':
dlopen(/Library/Frameworks/R.framework/Versions/2.13/Resources/library/OpenMx/libs/x86_64/OpenMx.so, 6): no suitable image found. Did find:
- Read more about Problem with installing OpenMx on R 2.13
- 3 comments
- Log in or register to post comments

Installation error (Ubuntu)
Just tried to install OpenMx and encountered the following error:
> source('http://openmx.psyc.virginia.edu/getOpenMx.R')
Installing package(s) into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Error in ret[i, ] <- c(pkgs[i], lib, desc) :
number of items to replace is not a multiple of replacement length
I have R version 2.13.0 on Ubuntu 10.10 (32 bits)
Thanks for any help in advance.
- Read more about Installation error (Ubuntu)
- 6 comments
- Log in or register to post comments

OpenMx source build failed on revision 1624
Ryne-Estabrook:trunk Ryne$ make clean install
rm -rf build/*
rm -rf models/passing/temp-files/*
rm -rf models/failing/temp-files/*
cd build; R CMD build --resave-data=no ..
Unknown option: resave-data
Usage: R CMD build [options] pkgdirs
Build R packages from package sources in the directories specified by
pkgdirs.
Options:
-h, --help print short help message and exit
-v, --version print version info and exit
- Read more about OpenMx source build failed on revision 1624
- 3 comments
- Log in or register to post comments

Failed with error: ‘package 'OpenMx' is not installed for 'arch=x64'’ Windows 7 R 2.12.2
> source('http://openmx.psyc.virginia.edu/getOpenMx.R')
Installing package(s) into ‘C:\Users\jkarch\Documents/R/win-library/2.12’
(as ‘lib’ is unspecified)
trying URL 'http://openmx.psyc.virginia.edu/packages/bin/windows/contrib/2.12/OpenMx_1.0.6-1581.zip'
Content type 'application/zip' length 2180329 bytes (2.1 Mb)
opened URL
downloaded 2.1 Mb
package 'OpenMx' successfully unpacked and MD5 sums checked
The downloaded packages are in
Pagination
- Previous page
- Page 7
- Next page