OpenMx Installation
Installation under Linux
OpenMx/libs/OpenMx.so: undefined symbol: npoptn_
- Read more about Installation under Linux
- 4 comments
- Log in or register to post comments
Installation error on R 3.1.2 for Linux
I'm attempting to install OpenMx in R 3.1.2 on a machine running Linux Mint 17.1 (a fork of Ubuntu 14.04). After sourcing the "getOpenMx.R" script, R downloads the package, but then hits the following error:
* installing *source* package ‘OpenMx’ ...
Change default C/C++ compiler and default compile flags by editing /usr/lib/R/etc/Makeconf
./configure: line 113: curl: command not found
ERROR: configuration failed for package ‘OpenMx’
* removing ‘~/R/x86_64-pc-linux-gnu-library/3.1/OpenMx’
Warning message:
- Read more about Installation error on R 3.1.2 for Linux
- 2 comments
- Log in or register to post comments
Installing OpenMx 2.0 in R 3.1.0 (building it from the source repository)
I'm a new user and I'm not familiar with programming...I'm trying to install OpenMx 2.0. (building it from the source repository) following the instructions attached in the next link :
http://openmx.psyc.virginia.edu/wiki/howto-build-openmx-source-repository
Fail to install OpenMx on Ubuntu
Have tried to run it both as root and as an ordinary user. With the same results during the build process.
The config.log file from the configure build script is attached.
Below you find the output from when I try to download, build and install OpenMx and if I run the configure script manually ( ./configure) the build process will result in the same error.
sysadmin@cpf-calc1:/var/run$ sudo -i R
- Read more about Fail to install OpenMx on Ubuntu
- 2 comments
- Log in or register to post comments
R 3.1.0 (OS X Mavericks) Install
> source('http://openmx.psyc.virginia.edu/getOpenMx.R')
trying URL 'http://openmx.psyc.virginia.edu/sequential/bin/macosx/contrib/3.1/OpenMx_1.4-3059.tgz'
Content type 'application/x-gzip' length 3952270 bytes (3.8 Mb)
opened URL
==================================================
downloaded 3.8 Mb
The downloaded binary packages are in
- Read more about R 3.1.0 (OS X Mavericks) Install
- 2 comments
- Log in or register to post comments
OpenMX installation on R version 3.1.0 Mac
I am a new user to OpenMX and cannot download it onto the new version of R (see error message below) and I do not know how to download the older version of R (ie. 3.0) onto my Mac.
Any help will be much appreciated,
Carol
> source('http://openmx.psyc.virginia.edu/getOpenMx.R')
Warning: unable to access index for repository http://openmx.psyc.virginia.edu/sequential/bin/macosx/contrib/3.1
package ‘OpenMx’ is available as a source package but not as a binary
- Read more about OpenMX installation on R version 3.1.0 Mac
- 6 comments
- Log in or register to post comments
Sticky issue: Problems with tar
"tar: Option --delete is not supported"
Particularly, this error happens after successful compilation when the npsol-related files are deleted from the resulting gzip file. On my machine, tar does in fact not support the "--delete" option. For Mac users, MacPorts provides gnutar, which does the job. However, with the default path of MacPorts, one needs to explicitly create another symlink:
sudo ln -s /opt/local/bin/gnutar /usr/bin/gnutar
and change line 268 in the Makefile to:
- Read more about Sticky issue: Problems with tar
- 1 comment
- Log in or register to post comments
404 Not Found when Attempting to install OpenMx
I have been attempting to install OpenMx this week and have been getting the following error suggesting that the file cannot be downloaded:
source('http://openmx.psyc.virginia.edu/getOpenMx.R')
Warning in install.packages(pkgs = c("OpenMx"), repos = repos) :
argument 'lib' is missing: using 'C:\Users\Name\Documents/R/win-library/2.10'
trying URL 'http://openmx.psyc.virginia.edu/packages/bin/windows/contrib/2.10/OpenMx_1.3.2-2301.zip'
Error in download.file(url, destfile, method, mode = "wb", ...) :
OpenMX will not install on Windows 7 R2.15
> source('http://openmx.psyc.virginia.edu/getOpenMx.R')
Installing package(s) into ‘C:/Users/Placidia/Documents/R/win-library/2.15’
(as ‘lib’ is unspecified)
trying URL 'http://openmx.psyc.virginia.edu/packages/bin/windows/contrib/2.15/OpenMx_1.3.2-2301.zip'
Content type 'application/zip' length 2367042 bytes (2.3 Mb)
opened URL
downloaded 2.3 Mb
package ‘OpenMx’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
- Read more about OpenMX will not install on Windows 7 R2.15
- 1 comment
- Log in or register to post comments
Open MX for R 3.0.1
I downloaded R and RStudio. In RStudio, I typed in:
> source('http://openmx.psyc.virginia.edu/getOpenMx.R')
This is the result that I got:
Warning in install.packages :
package ‘OpenMx’ is not available (for R version 3.0.1)
Installing package into ‘C:/Users/Jvaske/Documents/R/win-library/3.0’
(as ‘lib’ is unspecified)
Warning in install.packages :
cannot open: HTTP status was '404 Not Found'
Warning in install.packages :
cannot open: HTTP status was '404 Not Found'
Warning in install.packages :
- Read more about Open MX for R 3.0.1
- 15 comments
- Log in or register to post comments
Pagination
- Previous page
- Page 4
- Next page