Binary version 0.2.2-951 was released today. Follow the instructions on the Download page to download the new version.
Changes from 0.2.1-922 include:
- omxGraphviz() either prints to stdout or to a filename
- updated omxGraphviz() to draw an arrow if (value != 0 || free == TRUE || !is.na(label))
- omxGraphviz() returns a character string invisibly
- error checking for bogus definition variables
- summary() uses matrix dimnames by default, use options('mxShowDimnames'=FALSE) to disable
- added support for gcc 4.4 (Ubuntu 9.10) on x86 and x86_64 architectures
- created R documention for omxGraphviz() function
- generalized dependency specification for objective functions (omxObjDependencies)
- fixed cross-reference links in User Guide
installing openmx
i copied 'source('http://openmx.psyc.virginia.edu/getOpenMx.R')' to the R console and hit return. but i got an error msg: "Error in f(res) : invalid subscript type 'list'".
does anyone have any advice? thanks
Log in or register to post comments
In reply to installing openmx by Ewart Thomas
bug in R 2.10.0
Hi,
There is currently a bug in R 2.10.0. It is in the process of being resolved: http://openmx.psyc.virginia.edu/issue/2009/11/openmx-doesnt-work-r-2100. Either downgrade to R 2.9.x or try the patched binary of R 2.10.0 in a few days.
Log in or register to post comments
In reply to bug in R 2.10.0 by mspiegel
third way
Sorry, I thought of a third alternative. Go directly to the OpenMx package repository binary directory: http://openmx.psyc.virginia.edu/packages/bin/. Navigate to your platform and R version (2.10). Download the 0.2.2-951 version of the package. Then in the R GUI select "Install package(s) from local file". This worked on 2.10.0 under Vista.
Log in or register to post comments
In reply to third way by mspiegel
many thanks! it worked!
many thanks! it worked!
Log in or register to post comments