Installation problem with R2.10.1
Posted on

Forums
Sorry folks. I've not been using R or OpenMx for about a year and am very rusty. Just tried to update to latest OpenMx. Seemed to work and I can see the folder for OpenMx in my R library directory, but I get error message if I require(OpenMx). So console is as follows:
> 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
> 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
The downloaded packages are in
C:\Documents and Settings\dbishop\Local Settings\Temp\RtmpQfKr8q\downloaded_packages
> require(OpenMx)
Loading required package: OpenMx
Error in registerS3method(Info[i, 1], Info[i, 2], Info[i, 3], env) :
no slot of name "methods" for this object of class "derivedDefaultMethod"
In addition: Warning message:
package 'OpenMx' was built under R version 2.11.0
RE: Installation problem with R2.10.1
I am going to send you these instructions via email as well but if you get a chance could you try to do the following:
1. Exit R
2. Reopen R
3. Install R again ('http://openmx.psyc.virginia.edu/getOpenMx.R')
This worked for Jean, I though it was something specific due to her earlier trouble with installing OpenMx 1.1 but it appears it may be a larger systemic issues.
Out of curiosity what version of Windows OS are you running? Thanks for your patience.
Log in or register to post comments
In reply to RE: Installation problem with R2.10.1 by rgore
installation problems fixed
Log in or register to post comments
Google-ing for this error
Log in or register to post comments