OpenMx Installation

Install OpenMx in AWS Rstudio (R version 3.4.1)
I am trying to install OpenMx in AWS Rstudio with R version 3.4.1. I've tried the following ways:
> install.packages("OpenMx")
Installing package into ‘/home/Vero_BLSGMM/R/x86_64-redhat-linux-gnu-library/3.4’
(as ‘lib’ is unspecified)
and
> source('https://openmx.ssri.psu.edu/software/getOpenMx.R')
Neither worked. Any advice or suggestion on this situation? Thanks in advance.

trouble installing in conda env
I'm trying to get openmx to compile in a conda env (using getopenmx.R), and am getting the following compile error.
It appears it's because the conda version of zstd is later than openmx is expecting, and is using deprecated features. I poked around a little, and it looks like openmx might bundle its own copy of zstd, which it should be compiling against instead, but is instead trying to use the conda one. Any help on fixing this would be appreciated! (error messages below)
Thanks,
Kyle
- Read more about trouble installing in conda env
- Log in or register to post comments

OpenMx on R 3.5.0 (2018-04-23)
I used the following code to install the latest version of OpenMx on macOS 10.13.4. I got the following error.
- Read more about OpenMx on R 3.5.0 (2018-04-23)
- 3 comments
- Log in or register to post comments

compilation of OpenMx fails in ubuntu 14.04
i am trying to install OpenMx on a ubuntu server, R version 3.4.4, 64 bit, but compilation fails and i cannot really make sense of the error message. I ran sudo apt-get upgrade and dist-upgrade, but it did not help.
ffischer@common-metrics:~$ sudo su -c "R -e \"install.packages('OpenMx', repos = 'http://cran.rstudio.com' )\""
[sudo] password for ffischer:
- Read more about compilation of OpenMx fails in ubuntu 14.04
- 5 comments
- Log in or register to post comments

I fail to install OpenMx from source on MacOs 10.12.6
This is what I do (following https://openmx.ssri.psu.edu/wiki/howto-build-openmx-source-repository):

OpenMx Installation on Redhat Cluster
I am attempting to install OpenMx on a x86_64 Redhat Linux cluster running R 3.3.1. I am installing it using the command source('http://openmx.psyc.virginia.edu/getOpenMx.R').
Based on the errors I am getting it looks as if R is not invoking a compiler. Here is the full output of what I am getting:
> source('http://openmx.psyc.virginia.edu/getOpenMx.R')
You are now installing the latest version of OpenMx.--- Please select a CRAN mirror for use in this session ---
HTTPS CRAN mirror
- Read more about OpenMx Installation on Redhat Cluster
- 18 comments
- Log in or register to post comments

Problems with requiring OpenMx on Mac OS Sierra 10.12.3
I'm having problems with requiring OpenMx. The installation process itself seems to go smoothly. I am running Mac OS Sierra 10.12.3 (macbook pro 15, mid 2015), R 3.3.3 and OpenMx 2.7.9.
I have tried loading OpenMx from cran/ package installer, but then OpenMx doesn’t seem able to run my script, due to missing NPSOL optimizer, as far as I’m able to understand from the error code. Any help regarding what I'm missing here, would be much appreciated :)

OpenMx installation in Linux CentOS 6.8
CXX=g++ in the ~/.R/Makevars file.
But the openMx is still being compiled using icpc instead of g++ and I was asked by the help desk to contact the developers.
Any help?
Thanks
Anbu.
- Read more about OpenMx installation in Linux CentOS 6.8
- 5 comments
- Log in or register to post comments

R install of openmx breaks with R update 3.3.2
OS RHEL 6
error message attached:

Using GCC 4.9
- Read more about Using GCC 4.9
- 5 comments
- Log in or register to post comments
Pagination
- Previous page
- Page 2
- Next page