Installation problem on Mac OS X 10.6.8 (Snow Leopard) and R 2.14.1
Posted on

Forums
Latest versions and updates for OS, R and R Studio:
OS: Mac OS X 10.6.8
R: 2.14.1
RStudio: 0.95.261
When trying to run the install command: source('http://openmx.psyc.virginia.edu/getOpenMx.R')
from the R prompt nothing happens after it loads the tcltk interface:
> source('http://openmx.psyc.virginia.edu/getOpenMx.R')
Loading required package: tcltk
Loading Tcl/Tk interface ...
and when running the install command from the R prompt in RStudio I get a tcltk interface but when I clock the "OK" button under the choice of sequential/multicore choice buttons nothing happens.
I would appreciate any help or prior experience with this issue, thanks.
Ok, I found the following
repos <- c('http://openmx.psyc.virginia.edu/packages/')
install.packages(pkgs=c('OpenMx'), repos=repos)
Might help others with similar problems. I run some of the examples in the Quick-start and things seem to work.
Log in or register to post comments
In reply to Ok, I found the following by robertfeldt
Thanks for posting the issue
Log in or register to post comments