Dear all
I am using NAMESPACE in my package but I would like the user to be able
to overwrite four functions:
own.linkfun, own.linkinv, own.mu.eta and own.valideta.
These are used to defined "own" link functions.
Is there any way of doing that without getting the when I am checking
the package?
This is what I am getting:
make.link.gamlss : linkfun: no visible binding for global variable
'own.linkfun'
make.link.gamlss : linkinv: no visible binding for global variable
'own.linkinv'
make.link.gamlss : mu.eta: no visible binding for global variable
'own.mu.eta'
make.link.gamlss : valideta: no visible binding for global variable
'own.valideta'
Thanks
Mikis Stasinopoulos
Companies Act 2006 : http://www.londonmet.ac.uk/companyinfo
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.