Displaying 20 results from an estimated 6000 matches similar to: "rgl build warnings and loading error on Linux"
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 =
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
*
2009 Jun 29
2
Saving RGL Graphs
Dear Users:
I have created several 3d scatter plots using the rgl package. I wish to
save each of them so that I can later open them in R and view/rotate them.
What is the command to do this?
Also, do I need to save them each into individual files, or can I save them
all together and then somehow toggle between them.
Thanks very much.
[[alternative HTML version deleted]]
2017 Jan 12
3
rgl
----Original Message-----
From: Martyn Plummer [mailto:plummerm at iarc.fr]
Sent: Thursday, January 12, 2017 3:36 AM
To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org
Subject: Re: [R-sig-Fedora] rgl
>One possibility is that you have the 32-bit version of mesa-libGL-devel installed. This will provide the headers but not the 64-bit l>ibrary which is what you need
2017 Nov 24
0
installing "rgl" package
On 24/11/2017 5:24 PM, Santosh wrote:
> 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?
Mine was in /usr/lib/x86_64-linux-gnu/mesa/.
Duncan Murdoch
>
>
>
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).
2019 Jun 02
3
rgl install for R 3.7
I?ve installed R 3.7.0 on a new laptop running macos 10.14.5 and have managed to get most of my usual packages
to compile from source with a ~/.R/Makevars file that looks like this:
CC=/usr/local/clang8/bin/clang
CXX=/usr/local/clang8/bin/clang++
LDFLAGS=-L/usr/local/clang8/lib
CPPFLAGS=-I/usr/local/clang8/include -I/opt/X11/include/freetype2
FC=/usr/local/gfortran/bin/gfortran
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
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,
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,
2008 Oct 27
3
Pkg rgl: installation fails because of x11
Hello
Im trying to install package rgl in a freshly installed Ubuntu 8.04
system. I have a problem (actually is has been reported three times on
the R-list but the answers were too complicated for me) when
installing:
configure: using libpng dynamic linkage
checking for X... no
configure: error: X11 not found but required, configure aborted.
ERROR: configuration failed for package 'rgl'
2017 Jan 12
1
rgl
-----Original Message-----
From: Martyn Plummer [mailto:plummerm at iarc.fr]
Sent: Thursday, January 12, 2017 7:41 AM
To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org
Subject: Re: [R-sig-Fedora] rgl
>> configure:4429: checking for glEnd in -lGL
>> configure:4454: gcc -o conftest -g -O2??-DHAVE_PNG_H
>> -I/usr/include/libpng16??conftest.c
2017 Jan 12
2
rgl
-----Original Message-----
From: Weiner, Michael
Sent: Thursday, January 12, 2017 7:46 AM
To: r-sig-fedora at r-project.org
Subject: RE: [R-sig-Fedora] rgl
-----Original Message-----
From: Martyn Plummer [mailto:plummerm at iarc.fr]
Sent: Thursday, January 12, 2017 7:41 AM
To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org
Subject: Re: [R-sig-Fedora] rgl
>>
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
2009 Sep 22
1
rgl, openmesa, nvidia. Oh my!
I've caused a new problem for myself. I wonder if you have seen it.
On Ubuntu 9.04 I had a lot of hangs with the nvidia packages and so I
updated to the 185 edition on this website:
https://launchpad.net/~nvidia-vdpau/+archive/ppa
The video drivers are much better! However, I notice now I don't have
all of the working pieces of the X11/openGL development toolkit in
order to compile R
2004 Jul 01
1
RGL on Mac OS X
Scanning various lists for R, I've noticed that a few people have raised the
question of getting the "rgl" package to run in R on the Mac operating
system. As far as I can tell (and I must admit to being a novice here), the
problem has to do with the inclusion of the /usr/X11R6/lib in R's
environment, masking one framework with another. More than one of the
people commenting on
2017 Jan 12
2
rgl
-----Original Message-----
From: Tom Callaway [mailto:tcallawa at redhat.com]
Sent: Thursday, January 12, 2017 8:25 AM
To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org
Subject: Re: [R-sig-Fedora] rgl
On 01/12/2017 08:01 AM, Weiner, Michael wrote:
> I resolved this by reinstalling mesa-libGL (dnf reinstall libGL) seems /lib64/libGL.so.1.2.0 was missing off the
2007 May 04
1
rgl install on rhel4 x86_64
I'm trying to install rgl 0.71 on a redhat enterprise 4, x86_64. I have
tried using R 2.2.1, 2.3.1, and 2.5.0. I have successfully installed
this version of rgl, using R 2.2.1 on an rhel4 i386 host. On the x86_64
host, I receive the following configuration error:
checking GL/gl.h usability... no
checking GL/gl.h presence... yes
configure: WARNING: GL/gl.h: present but cannot be
2008 May 03
4
interactive rotatable 3d scatterplot
I would like to create a 3d scatterplot that is interactive in the sense
that I can spin it on its axes to better visualize some PCA results I have.
What are the options in R? I've looked at RGL and perhaps it will suffice
but it wasn't apparent from the documentation I found.
Any demo scripts available for a package that will work?
Mark
--
Mark W. Kimpel MD ** Neuroinformatics **
2009 Sep 21
1
Three dimensional view of the profiles using 'rgl' package (example of 3 dimensional graphics using rgl package).
Hi there,
Anyone has an idea how to put those two sets of code together so that I can get a 3-dimensional picture that includes points instead of 2 separate pictures which doesnt make that much sense at the end.
#Let's say that these are the data we would like to plot:
A<-c(62,84,53)
B<-c(64,82,55)
C<-c(56,74,41)
D<-c(46,68,38)
E<-c(71,98,72)
data<-rbind(A,B,C,D,E)