Skip to content
Prev 8448 / 15075 Next

rgl on 10.7: has anyone tried it?

On 2011-10-11, at 23:30 , Simon Urbanek wrote:

            
Hi Simon,

do you know the full path of this file? I can't find it.
I tried:
install.packages("rgl", configure.args="--r_arch=x86_64")

but the outcome was:
install.packages("rgl", configure.args="--r_arch=x86_64")
Installing package(s) into ?/Library/Frameworks/R.framework/library?
(as ?lib? is unspecified)
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
trying URL 'http://stat.ethz.ch/CRAN/src/contrib/rgl_0.92.798.tar.gz'
Content type 'application/x-gzip' length 1677772 bytes (1.6 Mb)
opened URL
==================================================
downloaded 1.6 Mb

* installing *source* package ?rgl? ...
configure: error: unrecognized option: `--r_arch=x86_64'
Try `./configure --help' for more information.
ERROR: configuration failed for package ?rgl?
* removing ?/Library/Frameworks/R.framework/library/rgl?

The downloaded packages are in
	?/private/var/folders/5r/fpc7qzk55ll71t9j8l9d1d_00000gn/T/RtmpzmXkSd/downloaded_packages?
Warning message:
In install.packages("rgl", configure.args = "--r_arch=x86_64") :
  installation of package 'rgl' had non-zero exit status
How/Where should r_arch be specified?

Cheers,

Marius