Displaying 20 results from an estimated 7000 matches similar to: "Pkg rgl: installation fails because of x11"
2008 Dec 12
1
X11 not being detected whilst installing "rgl" package
Any ideas? I certainly have X11, I have tried copying it into other
directories. At present it is in /etc/X11.
This is my error message.
/home/user> R CMD INSTALL -l [/usr/local/R/site-library]
rgl_0.81.orig.tar.gz
* Installing *source* package 'rgl' ...
checking for gcc... gcc -std=gnu99
checking for C compiler default output file name... a.out
checking whether the C compiler
2009 May 05
4
problem with rgl package
Dear R People:
Here is something strange. I'm using Ubuntu 9.04 with R 2.9.0.
I need to have the rgl package. Here are my results from installing:
> install.packages("rgl")
Warning in install.packages("rgl") :
argument 'lib' is missing: using '/usr/local/lib/R/site-library'
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk
2008 Oct 10
2
rgl-snapshot failed (err-msg: "failed")
Hello,
I tried to use rgl.snapshot and it failed.
The error message was not very verbose:
======================
>
>
> plot3d( motion[[idx+2]], motion[[idx+1]], motion[[idx]] )
> rgl.snapshot(filename="/tmp/shot_01.png", fmt="png")
[1] "failed"
>
======================
There was a graphic created by rgl, but the snapshot was
not created.
The
2007 Apr 04
1
compile errors with rgl-0.70.570 on FreeBSD
Thank you for your work on rgl.
Reading in another thread about your new (inofficial) version of rgl
(see below) I tried it with R version 2.5.0 alpha (2007-03-31 r40986)
under FreeBSD 7.0-CURRENT. Unfortunately I got the following error:
-------
#R CMD INSTALL rgl_0.70.570.tar.gz
* Installing to library '/usr/local/lib/R/library'
* Installing *source* package 'rgl' ...
2017 Nov 23
0
installing "rgl" package
On 23/11/2017 6:05 PM, Santosh wrote:
> Hi Rxperts,
> I am trying to install 'rgl' package in Ubuntu.. Would highly appreciate
> your assistance .. I tried several leads available on various discussion
> fora and nothing helped so far.
Your message is really hard to follow, since you posted in HTML. You
need the OpenGL development packages. On Ubuntu, that probably means
2008 Sep 03
2
Installing rgl
Hello.
I'm having trouble installing rgl. I have a theory as to the problem.
First, the error message and session info.
> install.packages("rgl")
trying URL 'http://probability.ca/cran/src/contrib/rgl_0.81.tar.gz'
Content type 'application/x-gzip' length 1636939 bytes (1.6 Mb)
opened URL
==================================================
downloaded 1.6 Mb
*
2017 Nov 23
5
installing "rgl" package
Hi Rxperts,
I am trying to install 'rgl' package in Ubuntu.. Would highly appreciate
your assistance .. I tried several leads available on various discussion
fora and nothing helped so far.
* installing *source* package ?rgl? ...checking for gcc... gcc -std=gnu99
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of
2007 Feb 19
4
Installing Package rgl - Compilation Fails
I'm running R 2.4.1 (with the latest versions of all packages) on an
FC6 32-bit system. When I try to install the rgl package, compilation
fails:
> install.packages("rgl")
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
trying URL 'http://lib.stat.cmu.edu/R/CRAN/src/contrib/rgl_0.70.tar.gz'
Content type
2017 Nov 26
1
installing "rgl" package
Hi Rxperts,
I tried with r-cran-rgl (based on the default installation of Ubuntu) with
reinstalled rgl package from R-forge.. I get the missing GL/gl.h header.
Didn't reinstall Mesa libraries per recommendations of Duncan.
* installing *source* package ?rgl? ...** package ?rgl? successfully
unpacked and MD5 sums checkedchecking for gcc... gcc -std=gnu99
checking whether the C compiler
2012 Mar 24
1
Installing "rgl" package
I tried installing "rgl" package which is needed for Rcmdr to work properly but I always some problem. This is the error I get
.........
checking for libpng-config... yes
configure: using libpng-config
configure: using libpng dynamic linkage
checking for X... libraries , headersĀ
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking
2008 Apr 09
1
Updating packages after install of r-base 2.6.2: cant update rgl
Hi
I just upgraded my R from stabel/etch from 2.4.x to 2.6.2 via
sudo apt-get install r-base
which worked fine, installing all dependencies
From R, as root, I did
update.packages()
but a number of packages packages failed to install, either for missing
gfortran
or missing dependencies.
Warning messages:
1: In install.packages(update[instlib == l, "Package"], l, contriburl =
2017 Jan 11
2
rgl
I have a Fedora linux 24 64bit workstation I am trying to install rgl on and I keep running into this error:
trying URL 'https://cran.cnr.berkeley.edu/src/contrib/rgl_0.97.0.tar.gz'
Content type 'application/x-gzip' length 2369444 bytes (2.3 MB) ==================================================
downloaded 2.3 MB
* installing *source* package 'rgl' ...
** package
2017 Nov 24
0
installing "rgl" package
Hi Duncan,
Thanks for the suggestions. How do I uninstall mesa related installations?
Do I need to uninstall all of "mesa" or only the specific ones?
Santosh
On Fri, Nov 24, 2017 at 3:05 PM, Duncan Murdoch <murdoch.duncan at gmail.com>
wrote:
> On 24/11/2017 5:45 PM, Dirk Eddelbuettel wrote:
>
>>
>> On 24 November 2017 at 11:30, Santosh wrote:
>> | Hi
2006 Aug 23
3
rgl: exporting to pdf or png does not work
Hej,
When exporting a image from rgl, the following error is encountered:
> rgl.postscript('testing.pdf', fmt="pdf")
RGL: ERROR: can't bind glx context to window
RGL: ERROR: can't bind glx context to window
Warning messages:
1: X11 protocol error: GLXBadContextState
2: X11 protocol error: GLXBadContextState
The pdf file is created and is readable, but all the labels
2017 Nov 24
2
installing "rgl" package
On 24/11/2017 5:45 PM, Dirk Eddelbuettel wrote:
>
> On 24 November 2017 at 11:30, Santosh wrote:
> | Hi All, Duncan, Rolf, Ista, DIrk,
> |
> | Thanks for the suggestions and I tried all of them (as suggested by Duncan,
> | Rolf, Ista and Dirk)... I still get similar error as before while
> | installing 'rgl' package.. I also tried to manually configure "rgl"
2017 Nov 24
4
installing "rgl" package
Hi All, Duncan, Rolf, Ista, DIrk,
Thanks for the suggestions and I tried all of them (as suggested by Duncan,
Rolf, Ista and Dirk)... I still get similar error as before while
installing 'rgl' package.. I also tried to manually configure "rgl" and got
an error message (please see below for the verbatim output). Would highly
any further ideas/suggestions!
*In my system,
2017 Nov 24
0
installing "rgl" package
On 23 November 2017 at 15:05, Santosh wrote:
| I am trying to install 'rgl' package in Ubuntu.. Would highly appreciate
| your assistance .. I tried several leads available on various discussion
| fora and nothing helped so far.
Install the _pre-built binary package_ via
sudo apt install r-cran-rgl
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2004 Nov 07
1
rgl on Mac OS
Hi,
It seems like a number of people on this list can install rgl but have
problem loading it. I found myself in the same situation too.
I have tried the workaround of removing /usr/X11R6/lib from
DYLD_LIBRARY_PATH, but it doesn't seem to work for me, I am still getting
the same error (that everyone else seems to get). Can anyone give me some
ideas on what else to try?
I have Mac OS 10.3.5,
2017 Nov 24
0
installing "rgl" package
On 24/11/2017 2:30 PM, Santosh wrote:
> Hi All, Duncan, Rolf, Ista, DIrk,
>
> Thanks for the suggestions and I tried all of them (as suggested by Duncan,
> Rolf, Ista and Dirk)... I still get similar error as before while
> installing 'rgl' package.. I also tried to manually configure "rgl" and got
> an error message (please see below for the verbatim output).
2017 Nov 24
2
installing "rgl" package
Hi Duncan, and others..
Yes, below are the search results. it is linked to mesa/libGL.so and is
again point to libGL.so -> libGL.so.1.2.0 . However, I could not find
libGL.so.1.2.0 or its source. Where is libGL.so.1.2.0 expected to be
located?
/usr/lib/libGL.so.1
/usr/lib/x86_64-linux-gnu/libGL.so
/usr/lib/x86_64-linux-gnu/libGL.so.1
/usr/lib/x86_64-linux-gnu/mesa/libGL.so
Thanks again,