Skip to content
Back to formatted view

Raw Message

Message-ID: <200005221413.QAA24813@pubhealth.ku.dk>
Date: 2000-05-22T14:13:34Z
From: Jim Lindsey
Subject: character arguments with call_R (PR#552)

character arguments with call_R do not work except in the first
position. (In other positions, they just yield a single blank
character.)
 The error is at line 1858 of dotcode.c which should be changed from
STRING(CAR(pcall))[i]=s;
to
STRING(CAR(pcall))[0]=s;
  Jim

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._