You are here

Download issue

5 posts / 0 new
Last post
dkaplan's picture
Offline
Joined: 08/04/2009 - 16:00
Download issue

Hi all,

Just tried to get OpenMx on my Mac. I am running R 2.10.0. Here is the message.

> source('https://openmx.ssri.psu.edu/getOpenMx.R')
Error in f(res) : invalid subscript type 'list'

Any help is appreciated.

Thanks

David

dkaplan's picture
Offline
Joined: 08/04/2009 - 16:00
Never mind. I was running

Never mind. I was running 2.10.0, not 2.10.1.

David

christine's picture
Offline
Joined: 03/15/2010 - 12:22
Hi there, I tried to install

Hi there,

I tried to install Open Mx and get an error message saying:

source('http://openmx.psyc.virginia.edu/getOpenMx.R')
Fehler in file(file, "r", encoding = encoding) :
kann Verbindung nicht öffnen
Zusätzlich: Warnmeldung:
In file(file, "r", encoding = encoding) :
kann nicht mit 'openmx.psyc.virginia.edu' auf Port 80 verbinden

This is all German sry, it is saying that:
file(file, "r", encoding = encoding) :
cannot connect to
'openmx.psyc.virginia.edu'
on Port 80.
What can I do? Is there any other option to download Open Mx?

I appreciate your help!

Thank you,

Christine

mspiegel's picture
Offline
Joined: 07/31/2009 - 15:24
It sounds like there is a

It sounds like there is a firewall somewhere blocking your access to the openmx website when running R. Two alternatives: (1) determine what firewall is turned on and allow an exception for the R program. Or (2) download OpenMx manually from http://openmx.psyc.virginia.edu/packages/bin/. You'll need to do that in a web browser. Find the platform and R version specific to your machine, download the file, and then in R use the menu "Packages --> Install from local file".

christine's picture
Offline
Joined: 03/15/2010 - 12:22
Thanks a lot! Option 2 turned

Thanks a lot! Option 2 turned out to be working.