search for: mark_brackets

Displaying 6 results from an estimated 6 matches for "mark_brackets".

2007 May 01
1
R CMD Rdconv drops sections: arguments, seealso, examples (PR#9649)
...convert to .d (below), the same sections are missing, > > and the "note" section is included but without the necessary newline. > > The underlying problem was that there were some unmatched open-braces. > (or 'brackets'?) The attached patch to share/perl/R/Rdconv.pm:mark_brackets() > seems to detect unmatched open and close braces and throw an error: > > % R CMD INSTALL -l /tmp/Rlib timhPackage > * Installing *source* package 'timhPackage' ... > ** help > >>> Building/Updating help pages for package 'timhPackage' >...
2003 Jul 04
2
(PR#3400)
...t; file, > and do (in a {t}csh; (ba|k)?sh needs another syntax) > > R CMD Rdconv --debug -t txt xswms2d.Rd >& xswms2d.txt > > The resulting file becomes > ---------------------------------------------------------- > -- read file 'xswms2d.Rd'; > > -- mark_brackets:..............................................................................................................................................................................................................................................................................................................
2007 Apr 30
1
R CMD Rdconv drops sections: arguments, seealso, examples (PR#9645)
...> If instead I convert to .d (below), the same sections are missing, > and the "note" section is included but without the necessary newline. The underlying problem was that there were some unmatched open-braces. (or 'brackets'?) The attached patch to share/perl/R/Rdconv.pm:mark_brackets() seems to detect unmatched open and close braces and throw an error: % R CMD INSTALL -l /tmp/Rlib timhPackage * Installing *source* package 'timhPackage' ... ** help >>> Building/Updating help pages for package 'timhPackage' Formats: text html latex e...
2003 Jul 04
1
R documentation -- buffer overflow? (PR#3400)
Hi, I have attached a larger Rd file that causes an error when compiled by R CMD Rdconv -t txt xswms2d.Rd (for example). If the size is reduced the error vanishes, see the lines 230 and 527 in the file. I could not find an error within my text and so my guess is that there is some buffer overflow within the compiler. If it is me who has caused the error please let me know -- and many
2004 Jan 28
1
\link{\url{anything}} gives Rdconv trouble (PR#6496)
Full_Name: David Firth Version: 1.8.0 OS: Mac OS 10.2.8 Submission from: (NULL) (80.177.12.48) In .Rd files, we use \url{stuff} to refer to a URL on the web. Just as the documentation says. Perhaps this isn't a bug, then, but certainly it's a trap for the unwary. If the construction \link{url{something}} appears in a .Rd file, then Rdconv --type=html ... gets stuck and appears
2007 Apr 10
1
R CMD Rdconv drops sections: arguments, seealso, examples (PR#9606)
I've created a .Rd file (below), then converted that to .sgml using R CMD Rdconv --type=Ssgm combn.Rd > combn.sgml The output (shown below) is missing some of the sections: arguments seealso examples If instead I convert to .d (below), the same sections are missing, and the "note" section is included but without the necessary newline.