Displaying 20 results from an estimated 500 matches similar to: "Flaw in the installation procedure ?"
2007 Jul 01
0
Clusterfly
clusterfly
http://had.co.nz/clusterfly/
Typically, there is somewhat of a divide between statistics and
visualisation software. Statistics software, particularly R, provides
implementation of cutting edge research methods, but limited graphics.
Visualisation software will provide sophisticated visual interfaces,
but few statistical algorithms. The clusterfly package presents some
early
2007 Jul 01
0
Clusterfly
clusterfly
http://had.co.nz/clusterfly/
Typically, there is somewhat of a divide between statistics and
visualisation software. Statistics software, particularly R, provides
implementation of cutting edge research methods, but limited graphics.
Visualisation software will provide sophisticated visual interfaces,
but few statistical algorithms. The clusterfly package presents some
early
2007 Mar 09
2
rattle()->RData->Explore->GGobi->>libggobi-0.dll--Error
Hello,
I am using R-2.4.1 with Rattle()
i load Rdata (ttData) which has 2columns and 66 rows
When i execute Explore under GGobi for visualization i am facing the
problem,
---- libggobi-0.dll not found
---libggobi-0.dll was not found.... reinstalling the application may
fix the problem
i try install.packages("rggobi") its been installed from CRAN however
when i use it from rattle()
2008 Sep 03
2
Does rattle depend on testing's ggobi?
Hello All,
I'm trying to install rattle from source on a AMD64 machine running etch. I
have two packages installed from the etch backport
(r-cran-rodbc and r-cran-rsprng) but all the rest installed from source. I'm
trying to install rattle, but
install.packages("rattle", dependencies=TRUE)
Tries to install rggobi, which complains about the version of libggobi. Does
2003 Sep 22
1
anybody running Rggobi on a redhat 9.0 system?
Hi
my installation of ggobi (!) was successful, but when I try to install
Rggobi as described on http://www.ggobi.org/INSTALL.html:
as non-su:
R_HOME=/usr/lib/R
export R_HOME
GGOBI_ROOT=/usr/local/src/ggobi
export GGOBI_ROOT
R_LIBS=/usr/lib/R/library
export R_LIBS
as: su
ln -s $GGOBI_ROOT/lib/libggobi.so /usr/lib/.
ln -s $GGOBI_ROOT/lib/libgtkext.so /usr/lib/.
R CMD INSTALL Rggobi_0.53-0.tar.gz
2009 Feb 12
1
ggobi install
hi - not sure if this is the right spot to ask for help on this,
probably a basic question...
I am trying to install ggobi on R running on Ubuntu Hardy - I am new to
both Linux & R so the answer may be obvious & I'm just missing it. I
have installed GGobi via synaptic, but trying to install rggobi I get
the following error - there's some path problem but I don't fully
2009 Jan 18
1
Error installing ggobi in R, Ubuntu Intrepid Ibex
Hi,
I'm newish to R and Ubuntu, and I've getting this error when I'm trying
to install ggobi in R. Any suggestions?
DD
*R version 2.7.1 (2008-06-23)
Copyright (C) 2008 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or
2007 Mar 18
2
Problem Loading rggobi package
After installing rggobi, I get the following error when I try to load it:
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Loading required package: RGtk2
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2007 Jul 09
1
Help in installing rggobi in ubuntu linux
Hi R users.
I am experimenting with ubuntu 7.04 Feisty.
I install the ggobi package with apt-get.
I got almost all the packages, but
when I try to obtain rggobi, I got
this message:
-------------------------------------------------------------------------------------------------
install.packages("rggobi")
Aviso en install.packages("rggobi") : argument 'lib' is
2007 Sep 06
1
Rggobi compilation error: display.c
On a ubuntu linux computer (Feisty, i386), I compile R and additional
packages from source. The compiler is gcc 4.1.2.
The problem is, I can run "sudo R" and successfully compile all
packages (e.g., MASS, lattice) except rggobi. The error seems to be
in display.c. My ggobi is in /usr/local/, which R can find. I don't
think this is a dependence issue because install.packages(...,
2011 Jan 25
3
Failing to install {rggobi} on win-7 R 2.12.0
Greetings all,
I am failing to install the package rggobi on windows 7 with R 2.12.0.
On R 2.11.1, the package was installed fine.
I asked for help on the rggobi google group 4 days ago, and didn't receive
any help, so I was wondering if someone here might have a suggestion.
Here are the details:
-----------------------------------
I am having a similar (bot not exact) problem as Tom had
2012 Apr 27
1
Unable to compile & install rggobi
I am currently using R 2.15.0 with R Tools 2.15 (in Windows XP). I downloaded the source for RGgobi and extracted it to a folder.
Then I tried compiling and installing with the following command and got an error message:
------------------------------------------------------------------------------------------------------------------
D:\Work\tmp>R CMD INSTALL --build
2012 Apr 28
1
Unable to install rggobi in R 2.15
I am currently using R 2.15.0 with R Tools 2.15 (in Windows XP). I downloaded the source for RGgobi and extracted it to a folder.
Then I tried compiling and installing with the following command and got an error message:
--------------------------------------------------------------------------------------------
D:\Work\tmp>R CMD INSTALL --build "D:\\DPF\\Rggobi\\rggobi"
*
2012 Jun 28
1
package ‘rggobi’ is not available (for R version 2.15.0)
I am having problems installing package rggobi. I have spent days reading
other people's questions about this topic but could not get any useful info
out of previous answers. I am running 32-bit Windows 7 and have successfully
installed GGobi version 2.1.8.
My error looks like this:
> install.packages('rggobi')
Installing package(s) into
2010 Oct 21
3
R-2.12.0 hangs while installing some packages on FreeBSD
I am working with R-2.12.0 on FreeBSD 9.0-CURRENT for a while now. I
successfully installed more than 300 packages (most as dependencies of
others).
There are two packages I am not able to install: RGtk2 and rggobi.
For example rggobi builds fine and after that it wants to load:
------------------------------------------------------
# R CMD INSTALL rggobi_2.1.16.tar.gz
[..SNIP..]
gcc
2010 Oct 21
3
R-2.12.0 hangs while installing some packages on FreeBSD
I am working with R-2.12.0 on FreeBSD 9.0-CURRENT for a while now. I
successfully installed more than 300 packages (most as dependencies of
others).
There are two packages I am not able to install: RGtk2 and rggobi.
For example rggobi builds fine and after that it wants to load:
------------------------------------------------------
# R CMD INSTALL rggobi_2.1.16.tar.gz
[..SNIP..]
gcc
2005 Aug 18
1
Unload a library
Hi people,
I'm developing an application (in Linux) using tcltk and calling ggobi from that
application (using the Rggobi package). After I load ggobi and want to use the
windows made by tcltk I get some errors and sometimes R cracks. I believe the
problem is because the packages Rggobi, RGtk and tcltk are running together. I
thought about a solution that would be unload the Rggobi and RGtk
2004 Oct 22
1
Incompatibility between R-2.0.0 and Rggobi_1.0-0.
Hello,
I was trying to install Rggobi in the latest version of R and it gave me
a compilation error for
R CMD INSTALL Rggobi_1.0-0.tar.gz
RSGGobi.C: In function RS_GGOBI_init
(R_IsNaNorNA) undeclared (line 77)
I searched for this function in R src files and it was abandoned in
~/R-2.0.0/src/include/R_ext/Arith.h file.
Only functions
int R_IsNA(double); /* True for R's NA only */
2005 Jan 24
1
R 2.0.1 and Rggobi install issues on windows XP
Has anyone else ran into problems installing Rggobi with R 2.0.1 on a
windows platform? I've followed all the instructions available and I
still can not get R to recognize Rggobi as a library (package). I
I've already emailed Duncan Temple Lange at ggobi.org and bell labs
and both emails have bounced back.
Any help would be greatly appreciated.
-Drew Balazs
2010 Jan 03
1
rggobi: Installation problems on OS X Snow Leopard
Hello:
I have successfully installed both R and R64 for Apple OS X from
CRAN plus GTK+2.14 and GGobi 2.1.8 from:
http://www.ggobi.org/downloads
I launch either R or R64 and try to install the rrgobi package and get
(with R64) the following:
R version 2.10.1 (2009-12-14)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with