Displaying 2 results from an estimated 2 matches for "libgtkext".
Did you mean:
libgtest
2003 Sep 22
1
anybody running Rggobi on a redhat 9.0 system?
...ssful, 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
I get:
** R
** inst
** save image
Error in "class<-"(*tmp*, value = Class) :
couldn't find function "objWithClass"
Warning message:
package methods in options("defaultPackages") was not found
Error in &qu...
2003 Sep 08
0
Rgobi installation failed, thanks for help
...rg/INSTALL.html
):
as non-root:
bash-2.05b$ R_HOME=/usr/lib/R
bash-2.05b$ export R_HOME
bash-2.05b$ GGOBI_ROOT=/usr/local/src/ggobi
bash-2.05b$ export GGOBI_ROOT
bash-2.05b$ R_LIBS=/usr/lib/R/library
bash-2.05b$ 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
Error in "class<-"(*tmp*, value = Class) :
couldn't find function "objWithClass"
Warning message:
package methods in options("defaultPackages") was not found
Error in "class<-"(*tmp*, value = C...