search for: __only

Displaying 5 results from an estimated 5 matches for "__only".

Did you mean: _only
2006 Jul 01
1
Rdconv --type=Ssgm drops singleton keywords (PR#9051)
...g(1+x)-log1p(x) R> prompt(f) Created file named 'f.Rd'. Edit the file and move it to the appropriate directory. R> q() It has 2 \keyword entries in it % grep keyword f.Rd \keyword{ ~kwd1 }% at least one, from doc/KEYWORDS \keyword{ ~kwd2 }% __ONLY ONE__ keyword per line If you convert it to the Splus sgm format you get 2 <s-keyword> entries, in a <s-keywords> section: % R CMD Rdconv --type=Ssgm f.Rd | grep 'keyword' <s-keywords> <s-keyword>~kwd1</s-keyword> <s-keyword>...
2006 Apr 04
2
documenting s4 methods in package
...==> Define data, use random, ##-- or do help(data=index) for the standard data sets. ## The function is currently defined as function(x,y,z,simplify=TRUE,descrip=FALSE){standardGeneric("getRemovedDf.OA D")} } \keyword{ ~kwd1 }% at least one, from doc/KEYWORDS \keyword{ ~kwd2 }% __ONLY ONE__ keyword per line [[alternative HTML version deleted]]
2008 Apr 13
1
promptFunctions() to handle multiple names
...;% Add one or more standard keywords,", ~ "see file 'KEYWORDS' in the"), ~ "% R documentation directory.", ~ "\\keyword{ ~kwd1 }", ~ "\\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line") ~ ## and write text to console ~ if (is.na(filename)) ~ return(Rdtxt) ~ ## or file ~ if(file.exists(filename) && !overwrite) ~ warning(filename, " already exists. Choose overwrite = TRUE to force.") ~ else { ~ c...
2005 Aug 31
3
generic function argument list problem
Hi it says in R-exts that A method must have all the arguments of the generic, including ... if the generic does. A method must have arguments in exactly the same order as the generic. A method should use the same defaults as the generic. So, how come the arguments for rep() are (x, times, ...) and the arguments for rep.default() are (x, times, length.out, each, ...) ?
2006 Apr 07
0
[R] documenting s4 methods in package
...,simplify=TRUE,descrip=FALSE){standardGeneric("getRem >>>>> ov >>>>> e >>>>> dDf.OA >>>>> D")} >>>>> } >>>>> \keyword{ ~kwd1 }% at least one, from doc/KEYWORDS >>>>> \keyword{ ~kwd2 }% __ONLY ONE__ keyword per line >>>>> >>>>> >>>>> [[alternative HTML version deleted]] >>>>> >>>>> ______________________________________________ >>>>> R-help at stat.math.ethz.ch mailing list >>>>> ht...