[R] R_problem_buf in the S.h files & lists in .C
Duncan Temple Lang
duncan at rice.research.bell-labs.com
Tue May 4 20:45:47 CEST 1999
I didn't see any mention of this in the material on CRAN. The two S.h
files define R_problem_buf as a real symbol rather than simply
declaring its existence. As a result, a shared library that links two
or more files that include this will get duplicate symbol complaints.
Since it is not defined elsewhere in the code, someone has to define it.
A secondly thing is the documentation for .C() and company. It omits
what type list() objects have when passed to a C routine. It should
read void *, which is actually a SEXP * in this case. (I know, I
should be using .External but I am trying to keep the code for the
different S's and R's together until I have to abandon things.)
D.
--
_______________________________________________________________
Duncan Temple Lang duncan at research.bell-labs.com
Bell Labs, Lucent Technologies office: (908)582-3217
700 Mountain Avenue, Room 2C-259 fax: (908)582-3340
Murray Hill, NJ 07974-2070
http://cm.bell-labs.com/stat/duncan
Languages shape the way we think, and determine what
we can think about -- Benjamin Whorf
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help 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-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list