search for: knownopt

Displaying 3 results from an estimated 3 matches for "knownopt".

Did you mean: knownone
2001 May 30
1
Rcmd REMOVE does not allow --library argument (PR#957)
...library tree (/library) or the tree specified via `--library'. Options: -l, --library=LIB remove packages from library tree LIB -v, --version print version info and exit Report bugs to <r-bugs@r-project.org>. The fix is to change line 37 in rw1023/bin/Remove: from my @knownoptions = ("help|h", "version|v"); to my @knownoptions = ("help|h", "library|l:s", "version|v"); R. Woodrow Setzer, Jr. Phone: (919) 541-0128 Experimental Toxicology Division Fax: (919)...
1997 Sep 01
1
R-alpha: old Rdoc 2 new Rdoc
...e whole base library (580+ files) there are only 6 containing those, so I thought it's easier to convert these manually. --xk+LtGr+JJ Content-Type: text/enriched Content-Disposition: inline; filename="convert.pl" Content-Transfer-Encoding: 7bit #!/usr/bin/perl use Getopt::Long; @knownoptions = ("debug|d"); GetOptions (@knownoptions) || die("Unknown Option!\n"); $max_parent = 0; $NP = "normal_parent"; $PN = "parent_normal"; $EOP = "escaped_opening_parent"; $ECP = "escaped_closing_parent"; $ID = "$NP\\d+$PN"; und...
2001 Jan 25
1
rcmd build
...rl script "build" the error seems to come from: if($WINDOWS){ $tmpdir = R_getenv("TMPDIR", "/TEMP"); die "Please set TMPDIR to a valid temporary directory\n" unless (-d $TMPDIR); $R_exe = "Rterm.exe"; $MAKE = "make"; @knownoptions = ("help|h", "version|v", "binary", "docs:s", "use-zip", "use-zip-help", "use-zip-data"); } I''ve read "Writing R Extension" and the various FAQs and help but haven''t be able to figure out wh...