Displaying 9 results from an estimated 9 matches for "kwd1".
Did you mean:
kwd
2007 Dec 30
1
adding a function after package.skeleton()
...lls ... OK
> * checking R code for possible problems ... NOTE
> L2eV: no visible binding for global variable 'Constants'
> eV2L: no visible binding for global variable 'Constants'
> * checking Rd files ... WARNING
> Rd files with non-standard keywords:
> L2eV.Rd: kwd1 kwd2
> constants-package.Rd: physical constants optical
> delete.all.Rd: kwd1 kwd2
> eV2L.Rd: kwd1 kwd2
> epsilon2nk.Rd: kwd1 kwd2
> fano.Rd: kwd1 kwd2
> lorentz.Rd: kwd1 kwd2
> nk2epsilon.Rd: kwd1 kwd2
> Each '\keyword' entry should specify one of the...
2006 Jul 01
1
Rdconv --type=Ssgm drops singleton keywords (PR#9051)
...pt() to make a skeleton help file
R> f<-function(x)log(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>...
2010 Jan 06
2
debugging package
...mmary.Rd
read.NFIRS.Rd
Rd files without 'title':
NFIRS.summary.Rd
read.NFIRS.Rd
These entries are required in an Rd file.
Rd files with non-standard keywords:
as.data.frame-methods.Rd: ~~ other possible keyword(s)
head-methods.Rd: ~~ other possible keyword(s)
NFIRS.summary.Rd: ~kwd1 ~kwd2
read.NFIRS.Rd: ~kwd1 ~kwd2
summary-methods.Rd: ~~ other possible keyword(s)
tail-methods.Rd: ~~ other possible keyword(s)
Each '\keyword' entry should specify one of the standard keywords (as
listed in file 'KEYWORDS' in the R documentation directory).
Rd files with dup...
2006 Apr 04
2
documenting s4 methods in package
...xamples{
##---- Should be DIRECTLY executable !! ----
##-- ==> 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]]
2005 Aug 15
2
R CMD check failure on minimal code
...an/convertDNAcopyOutput.Rd':
Following section 'note':
"\n\n ~Make other sections like Warning with \\section{Warning }{....}
~\n\n"
Rd files with non-standard keywords:
/Users/sdavis/Work/R-Programs/packages/devel/ExpressCGH/ExpressCGH1/man/conv
er
tDNAcopyOutput.Rd:
~kwd1 ~kwd2
Each '\keyword' entry should specify one of the standard keywords (as
listed in file 'KEYWORDS.db' in the 'doc' subdirectory of the R home
directory).
See chapter 'Writing R documentation files' in manual 'Writing R
Extensions'.
* checking for missing...
2008 Apr 13
1
promptFunctions() to handle multiple names
..."}")
~ Rdtxt$keywords <- c(paste("% 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 exist...
2010 Jun 14
0
areaplot
...# table
require(MASS)
areaplot(table(Aids2$age))
areaplot(table(Aids2$age, Aids2$sex))
# ts/mts
areaplot(austres)
areaplot(Seatbelts[,c("drivers","front","rear")],
ylab="Killed or seriously injured")
abline(v=1983+1/12, lty=3)
}
\keyword{kwd1}
\keyword{kwd2}
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
...gt; ## The function is currently defined as
>>>>> function(x,y,z,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]]
>>>>>
>>>>> ______________________________________________
>...