ed to have a vignette on CRAN that relies on
a non-CRAN package. Thank you for your reply.
Kind Regards:
Han Lin Shang
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do
Hi Dear R-users:
I am building a R package and would like to create a generic variance
function. Here is how I did
var=function(x,...)
{
UseMethod("var")
}
I wrote a Rd file, put the R code in the right directory, and named var,
var.default in the namespace. However, once I typed rcmd check
2 matches
Mail list logo