Displaying 20 results from an estimated 99 matches for "rggobi".
Did you mean:
ggobi
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...
2013 May 17
0
rggobi error
Hi R Expert Community,
I need your help in getting rggobi and ggobi to work.
I tried running ggobi under Rattle's Explore tab and interactive option but got an error. I then tested library('rggobi')and noticed I get the same error. So it's not Rattle specific.
I have GGOBI and rggobi installed on my machine. Below is the info.
At first...
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 missing: using
'/usr/local/lib/R/site-library'
--- Please...
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...
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 "D:\\DPF\\Rggobi\\r...
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(...,
dependence=TRUE). The script complains about not finding
"/usr/local/lib/R/library/rggobi/libs/*", but that directory is there,...
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"
* installi...
2001 Mar 05
0
Rggobi install
...nstall ggobi for R under Solaris
SunOS 5.5.1 Generic_103640-27 sun4u sparc SUNW,Ultra-Enterprise
following the instructions in INSTALL under e) R interface, although I have
some modifications in mind:
I am planning to keep the sources (untarred and unzipped) in
/home/woodstock/hoffmann/R/Sources/Rggobi
and I have set
setenv GGOBI_ROOT $HOME/R/Sources/Rggobi
(with $HOME = /home/woodstock/hoffmann)
and I want the compiled package to reside in (my own stuff is there):
/home/woodstock/hoffmann/R/Sources/lib/Rggobi
I have tried both
$HOME/R/Sources >R CMD INSTALL --library=lib Rggobi_0.1-0.tar....
2006 Dec 06
0
rggobi 2.1.4-3
We are pleased to announce version 2.1.4-3 of rggobi. This release
introduces many new features, including the ability to open new
displays, and get and set tour projections.
The rggobi package provides a command-line interface to GGobi, an
interactive and dynamic graphics package. Rggobi complements GGobi's
graphical user interface, providing a...
2006 Dec 06
0
rggobi 2.1.4-3
We are pleased to announce version 2.1.4-3 of rggobi. This release
introduces many new features, including the ability to open new
displays, and get and set tour projections.
The rggobi package provides a command-line interface to GGobi, an
interactive and dynamic graphics package. Rggobi complements GGobi's
graphical user interface, providing a...
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 pac...
2007 Sep 12
1
Flaw in the installation procedure ?
...e\Local
Settings\Temp\Rtmpj8JFsb\downloaded_packages
updating HTML package descriptions
> help(clusterfly)
No documentation for 'clusterfly' in specified packages and libraries:
you could try 'help.search("clusterfly")'
> library(clusterfly)
Loading required package: rggobi
Loading required package: RGtk2
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
'C:/DOCUME~1/MMONVI~1/MYDOCU~1/R/R-25~1.1/library/rggobi/libs/rggobi.dll':
LoadLibrary failure: The specified module could not be found.
Error in fun(...) :...
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 appreci...
2007 Mar 09
2
rattle()->RData->Explore->GGobi->>libggobi-0.dll--Error
...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()
it give me the *.dll Error
please find the below line of Error comments
`````````````````````````````````````````````````````````````````````````````````````````````````````````````
LoadLibrary failure: The specified module...
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 R...
2005 Mar 24
1
Rggobi package
Hi,
I have an old version of the Rggobi package which now wont load (R
2.0.0). Looking for the package on CRAN does'nt turn up anything and
the links on http://www.ggobi.org/RSggobi.html don't work.
Does anybody know where I can get the latest version of RSggobi or
Rggobi?
Thanks,
---------------------------------------------...
2004 Nov 24
1
R-2.0.1 and Rggobi
Hi,
I've had no luck with the combination of R-2.0.1 and Rggobi/gobi (1.1-1
and 1.0-1 beta). I've tried a default configuration of ggobi, as well
as one with all the plugins enabled. I'm using RedHat 9 Linux.
The problem I'm experiencing is a segmentation fault when library.dynam
is called from .First.lib
ggobi appears to work OK from the com...
2010 Jan 03
1
rggobi: Installation problems on OS X Snow Leopard
...39; on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
[R.app GUI 1.31 (5537) x86_64-apple-darwin9.8.0]
> install.packages("rggobi")
--- Please select a CRAN mirror for use in this session ---
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package ?rggobi? is not available
>
I get substantially the same thing with R.
Here is some info about my OS:
System Version: Mac OS X 10.6.2 (10C540...
2009 Feb 12
1
ggobi install
...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
understand the error message:
> > install.packages("rggobi")
> Warning in install.packages("rggobi") :
> argument 'lib' is missing: using
> '/home/mark/R/i486-pc-linux-...
2017 Dec 26
1
Error when trying to install package rggobi
Dear friends,
I am currently using R version 3.4.2 (64-bit for Windows) and when trying
to download package rggobi an error pops up with the following message:
"The program can?t start because libxml2-2.dll is missing from your
computer. Try reinstalling the program to fix this problem"
Is this suggesting me to reinstall R or is there a way to get the
libxml2-2.dll somewhere to solve this issue?
Be...