Full_Name: Sheila Bryant Version: 1.1.1 OS: Solaris 2.6 Submission from: (NULL) (134.225.16.2) During the 'make' process I get the following: String found where operator expected at /export/bors/bors-01/sws96srb/R-1.1.1/etc/Rdconvlib.pl line 781, near "("</TABLE>\n"" (Missing operator before "</TABLE>\n"?) Bare word found where operator expected at /export/bors/bors-01/sws96srb/R-1.1.1/etc/Rdconvlib.pl line 1234, near " mywrap" (Missing operator before mywrap?) Bare word found where operator expected at /export/bors/bors-01/sws96srb/R-1.1.1/etc/Rdconvlib.pl line 1249, near " txt_header" (Missing operator before txt_header?) Bare word found where operator expected at /export/bors/bors-01/sws96srb/R-1.1.1/etc/Rdconvlib.pl line 1264, near " txt_header" (Missing operator before txt_header?) Bare word found where operator expected at /export/bors/bors-01/sws96srb/R-1.1.1/etc/Rdconvlib.pl line 1292, near " txt_header" (Missing operator before txt_header?) Bare word found where operator expected at /export/bors/bors-01/sws96srb/R-1.1.1/etc/Rdconvlib.pl line 1335, near " txt_header" (Missing operator before txt_header?) In all sorts of places - wherever Rdconvlib.pl is used I guess. I have perl 5.002, gcc 2.95.2 Solaris 2.6, teTeX 0.4. I've done a make html as well, to be on the safe side! Got the same dose of warnings. R istself starts up OK, but help.start() just gives me the information about using existing browsers, but I never get any pages come up. I tried exiting netscape & tried again, but no new browser was forthcoming. I've tried the FAQ and bug reports, but maybe haven't asked the right question there! I've probably missed something obvious, but just can't see it -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
sws96srb@met.rdg.ac.uk writes:> In all sorts of places - wherever Rdconvlib.pl is used I guess. I have perl > 5.002, > gcc 2.95.2 Solaris 2.6, teTeX 0.4.Your perl version seems to be a bit old. Although we formally only require Perl 5, 5.002 may have gone untested. The problems definitely look Perl related. There seems to be two types of problem: The first one is 780 print $htmlout 781 ("</TABLE>\n", "<P>\n", text2html($text, 1), "</P>\n"); and the rest are like 1234 print $txtout mywrap($indent1, $indent2, $text), "\n"; I the 1st case, we have nearly the same construction without the line break in line 784, and that seems to work. You might try joining up the lines. In the other case, perhaps add parentheses around mywrap..."\n" Otherwise we'll need to bring in the real Perl experts. [Even if it would be easier for you to upgrade Perl, I think it would be nice to get to the root of this problem.] -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> From: Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> > Date: 02 Oct 2000 14:58:58 +0200 > > sws96srb@met.rdg.ac.uk writes: > > > In all sorts of places - wherever Rdconvlib.pl is used I guess. I have perl > > 5.002, > > gcc 2.95.2 Solaris 2.6, teTeX 0.4. > > Your perl version seems to be a bit old. Although we formally only > require Perl 5, 5.002 may have gone untested. The problems definitely > look Perl related.As far as I recall 5.002 was buggy and we rapidly went to 5.004. (Something similar happened in RedHat Linux 5.2's Perl.) We would recommend upgrading to Perl 5.6.0.> There seems to be two types of problem: > > The first one is > > 780 print $htmlout > 781 ("</TABLE>\n", "<P>\n", text2html($text, 1), "</P>\n"); > > and the rest are like > > 1234 print $txtout mywrap($indent1, $indent2, $text), "\n"; > > I the 1st case, we have nearly the same construction without the line > break in line 784, and that seems to work. You might try joining up > the lines. > > In the other case, perhaps add parentheses around mywrap..."\n"Another guess is that it might require &mywrap there.> Otherwise we'll need to bring in the real Perl experts.I'm pretty sure that what we have is valid Perl, and that some versions of Perl have choked on valid Perl. Upgrading is the best answer. -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
sws96srb@met.reading.ac.uk
2000-Oct-03 13:44 UTC
[Rd] several documentation problems (PR#675)
Prof Brian Ripley wrote:> > > From: Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> > > Date: 02 Oct 2000 14:58:58 +0200 > > > > sws96srb@met.rdg.ac.uk writes: > > > > > In all sorts of places - wherever Rdconvlib.pl is used I guess. I have perl > > > 5.002, > > > gcc 2.95.2 Solaris 2.6, teTeX 0.4. > > > > Your perl version seems to be a bit old. Although we formally only > > require Perl 5, 5.002 may have gone untested. The problems definitely > > look Perl related. > > As far as I recall 5.002 was buggy and we rapidly went to 5.004. > (Something similar happened in RedHat Linux 5.2's Perl.) We would > recommend upgrading to Perl 5.6.0. ><snip> Many thanks to everyone for the help. I've upgraded to Perl 5.6.0 and all makes now flow through with no errors. -- Sheila ----------------------------------------------------------------------------- Dr. Sheila Bryant Dept. of Meteorology, Email: S.R.Bryant@reading.ac.uk University of Reading, Phone: 0118 931 6395 Earley Gate, Whiteknights, PO Box 243 Reading. RG6 6BB. UK ----------------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._