Displaying 7 results from an estimated 7 matches for "rsggobi".
Did you mean:
rggobi
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,
-------------------------------------------------------------------
Rajarshi Guha <rxg218 at psu.edu> <http://jijo.cjb.net>
GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04 06F7 1BB9 E634...
2007 Jul 09
1
Help in installing rggobi in ubuntu linux
...least version 0.9.0... yes
checking for GGOBI... configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include -g
-DUSE_EXT_PTR=1 -D_R_=1 -fpic -g -O2 -c brush.c -o brush.o
En el fichero inclu??do de brush.c:1:
RSGGobi.h:5:22: error: GGobiAPI.h: No existe el fichero ?? directorio
In file included from RSGGobi.h:6,
from brush.c:1:
conversion.h:174: error: expected ???=???, ???,???, ???;???, ???asm??? or
???__attribute__??? before ???asCLogical???
conversion.h:176: error: expected ???=???, ???,?...
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 */
int R_IsNaN(double); /* True for special...
2012 Apr 28
1
Unable to install rggobi in R 2.15
...ude/atk-1.0 -I/include/cairo -I/include/pango-1.0 -I/include/glib-2.0 -I/../lib/glib-2.0/include -I/include/libxml2 -I/include -I/include/ggobi -IC:/
PROGRA~1/R/R-215~1.0/include -I/include/libxml -O3 -Wall -std=gnu99 -mtune=core2 -c RSEval.c -o RSEval.o
In file included from RSEval.c:6:0:
RSGGobi.h:5:22: fatal error: GGobiAPI.h: No such file or directory
compilation terminated.
make: *** [RSEval.o] Error 1
ERROR: compilation failed for package 'rggobi'
* removing 'C:/Program Files/R/R-2.15.0/library/rggobi'
--------------------------------------------------------------------...
2012 Apr 27
1
Unable to compile & install rggobi
...ude/atk-1.0 -I/include/cairo -I/include/pango-1.0 -I/include/glib-2.0 -I/../lib/glib-2.0/include -I/include/libxml2 -I/include -I/include/ggobi -IC:/
PROGRA~1/R/R-215~1.0/include -I/include/libxml -O3 -Wall -std=gnu99 -mtune=core2 -c RSEval.c -o RSEval.o
In file included from RSEval.c:6:0:
RSGGobi.h:5:22: fatal error: GGobiAPI.h: No such file or directory
compilation terminated.
make: *** [RSEval.o] Error 1
ERROR: compilation failed for package 'rggobi'
* removing 'C:/Program Files/R/R-2.15.0/library/rggobi'
--------------------------------------------------------------------...
2001 Mar 04
2
.Random.seed(0) is not a valid Normal type
Dear R-Developers and -Community,
after compiling and installing R 1.2.2., I started 'demo(graphics)' for
a test, and got:
'Error in rnorm(0): .Random.seed(0) is not a Normal type'
Obviously .Random.seed was not initialized appropriately. Following the
the documentation for '.Random.seed' [see below 'Examples'], this can be
fixed
rm(.Random.seed);
2003 Jun 23
7
How can I do a spinning plot in R?
I have found XLispStat's spinning plots illuminating.
I'd like to do the same thing in R.
A dozen or so probes with help, help.search, apropos
haven't turned up anything, and I've even resorted to
grepping through the entire R source distribution
looking for 'spin.*plot', to no avail.
Either the feature is called something else in R (what?),
or it's in some other