search for: doprint

Displaying 8 results from an estimated 8 matches for "doprint".

Did you mean: do_print
1997 Jun 03
0
R-alpha: rd2sd v0.1
...ggestions). The keywords are saved as comments, and can easily be used as soon as keywords are supported. As usual, any feedback ... -k ********************************************************************** #!/usr/bin/perl -w $VERSION = "0.1"; $\ = "\n"; $parenLevel = 0; $doprint = 1; $needArg = 1; $needVal = 0; $seealso = 0; $output = ""; while (<>) { chop; &substitute; @word = split; if (/^[^.]/) { &output($_); } if (/^\.AG/) { if ($needArg) { &section(0, "ARGUMENTS("); $needArg = 0; } &section(...
1997 Aug 04
0
R-alpha: sd2rd version 0.1-5
Oops, Just found a typo. Here's the updated version. -k *********************************************************************** #!/usr/bin/perl $VERSION = "0.1-5"; $\ = "\n"; $parenLevel = 0; $inVerbatim = 0; $inSeeAlso = 0; $doprint = 1; $needArg = 1; $needVal = 0; $output = ""; use Getopt::Long; GetOptions (("x")) || &usage(); while (<>) { chop; &substitute unless /^\./; @word = split; if (/^\s*$/) { if ($inVerbatim) { &output("BLANK"); } else { &a...
1997 Jun 02
1
R-alpha: S doc -> R doc
...well (it should get the arguments lists right, distinguish between VALUE and VALUES, and know about REFERENCES and SEEALSO). Any comments etc are most welcome. -k ************************************************************************ #!/usr/bin/perl -w $\ = "\n"; $parenLevel = 0; $doprint = 1; $needArg = 1; $needVal = 0; $output = ""; while (<>) { chop; &substitute; @word = split; if (/^[^.]/) { &output($_); } if (/^\.AG/) { if ($needArg) { &section(0, "ARGUMENTS("); $needArg = 0; } &section(1, "ARG($...
1997 Jun 09
1
R-alpha: sd2rd v0.1-1
...PARA so that e.g. reference sections come out better *) comments are mapped into comments :-) Please have a try. -k ************************************************************************ #!/usr/bin/perl -w $VERSION = "0.1-1"; $\ = "\n"; $parenLevel = 0; $inSeeAlso = 0; $doprint = 1; $needArg = 1; $needVal = 0; $output = ""; while (<>) { chop; &substitute unless /^\./; @word = split; if (/^\s*$/) { &output("PARA"); } if (/^[^.]/) { &output($_); } if (/^\.AG/) { if ($needArg) { &section(0, "ARGU...
1997 Jul 01
1
R-alpha: sd2rd v0.1-3
...n, there is another update of the S doc -> R doc script. It now correctly maps .SE into SECTION. -k *********************************************************************** #!/usr/bin/perl -w $VERSION = "0.1-3"; $\ = "\n"; $parenLevel = 0; $inVerbatim = 0; $inSeeAlso = 0; $doprint = 1; $needArg = 1; $needVal = 0; $output = ""; $opt_x = 0; use Getopt::Long; GetOptions (("x")) || &usage(); while (<>) { chop; &substitute unless /^\./; @word = split; if (/^\s*$/) { if ($inVerbatim) { &output("BLANK"); } el...
1997 Jun 10
0
R-alpha: sd2rd 0.1-2
...pretty much usable, so perhaps one could include it in the R distribution's `etc' directory. -k ********************************************************************* #!/usr/bin/perl -w $VERSION = "0.1-2"; $\ = "\n"; $parenLevel = 0; $inVerbatim = 0; $inSeeAlso = 0; $doprint = 1; $needArg = 1; $needVal = 0; $output = ""; $opt_x = 0; use Getopt::Long; GetOptions (("x")) || &usage(); while (<>) { chop; &substitute unless /^\./; @word = split; if (/^\s*$/) { if ($inVerbatim) { &output("BLANK"); } el...
2004 Sep 22
3
aparchFit()$fitted.value
Dear R people, I'm not able to have the component residuals, fitted.value ....from an aparchFit() estimation as explain in the Value of aparchFit Help, package fSeries. Could someone help me? Thanks in advance. Lisa
2007 Jul 05
2
[LLVMdev] PATCH (rest of code changes) "bytecode" --> "bitcode"
Here is the bulk of the sanitizing. My residual doubts center around the question whether we still do/want to support (un)compressed *byte*code in 2.0/2.1. I need a definitive word on this to proceed. My understanding is that bytecode is already gone, but there are still some functions/enums that really deal with *byte*code (instead of *bit*code). I did not touch those areas, so the attached