[Rd] Re: [Omega-remote] Installing RSPython with R 1.3.0
A.J. Rossini
rossini@u.washington.edu
23 Jul 2001 15:38:51 -0700
I'm not seeing this:
121$ python
Python 1.5.2 (#0, Apr 10 2001, 10:03:44) [GCC 2.95.3 20010219
(prerelease)] on linux2
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import RS
Initialized R-Python interface package.
>>> RS.call("library","splines")
['splines', 'RSPython', 'ctest', 'base']
>>>
for example.
I made a slightly different set of changes (I didn't make the ones you
suggested, Greg).
I'd be happy to email a copy of the new version
(RSPython_0.3-1ajr.tar.gz, use as RSPython_0.3-1.tar.gz) which has
configure patched to find the Debian default locations of things; it
would be interesting to see if it works for you (it did for me on 2
Sid/unstable boxes).
best,
-tony
>>>>> "GRW" == Gregory R Warnes <greg@warnes.net> writes:
GRW> To get RSPython installed on my debian test box, I had to
GRW> make a couple of changes not listed in
GRW> ftp://www.omegahat.org/pub/Omega/RSPython/FAQ.html
GRW> 1) I had to change $R_HOME/src/modules/X11 :
GRW> $(R_X11_la): $(R_X11_la_OBJECTS) $(R_X11_la_DEPENDENCIES)
GRW> $(SHLIB_LINK) -o $@ $(R_X11_la_LDFLAGS) $(R_X11_la_OBJECTS)
GRW> $(R_X11_la_LIBADD) $(LIBS)
GRW> to
GRW> $(R_X11_la): $(R_X11_la_OBJECTS) $(R_X11_la_DEPENDENCIES)
GRW> $(SHLIB_LINK) -o $@ $(R_X11_la_LDFLAGS) $(R_X11_la_OBJECTS)
GRW> $(R_X11_la_LIBADD) $(LIBS) -L$(R_HOME)/bin -lR
GRW> 2) I had the same link problem with ctest, so I changed
GRW> PKG_LIBS = -lg2c -lm -L/usr/lib/gcc-lib/i386-linux/2.95.4 -lm
GRW> to
GRW> PKG_LIBS = -lg2c -lm -L/usr/lib/gcc-lib/i386-linux/2.95.4 -lm
GRW> -L$(R_HOME)/bin -lR
GRW> 3) Will all libraries that get loaded into R inside of python
GRW> require this?
GRW> If I try to load other 'recommended' packages that include C
GRW> code I get dyn.load erros, EG:
>>>> RS.call("library","splines")
GRW> Error in dyn.load(x, as.logical(local), as.logical(now)) :
GRW> unable to load shared library
GRW> "/usr/local/lib/R/library/splines/libs/splines.so":
GRW> /usr/local/lib/R/library/splines/libs/splines.so: undefined
GRW> symbol: R_NaN Error in function (package, help, lib.loc =
GRW> .lib.loc, character.only = FALSE, : .First.lib failed In the
GRW> local error handler In the local error handler Error in if
GRW> (!is.numeric(name) || name != (pos <- as.integer(name))) { :
GRW> missing value where logical needed In the local error handler
GRW> In the local error handler Error in pos.to.env(pos) : invalid
GRW> argument In the local error handler In the local error
GRW> handler Error in objects(lib.pos) : invalid envir= argument
GRW> In the local error handler ['RSPython', 'ctest', 'base']
GRW> -Greg _______________________________________________
GRW> Omega-remote mailing list - Omega-remote@www.omegahat.org
GRW> http://www.omegahat.org/mailman/listinfo/omega-remote
--
A.J. Rossini Rsrch. Asst. Prof. of Biostatistics
U. of Washington Biostatistics rossini@u.washington.edu
FHCRC/SCHARP/HIV Vaccine Trials Net rossini@scharp.org
-------- (wednesday/friday is unknown) --------
FHCRC: M-Tu : 206-667-7025 (fax=4812)|Voicemail is pretty sketchy/use Email
UW: Th : 206-543-1044 (fax=3286)|Change last 4 digits of phone to FAX
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._