Hi all,
I try to develop my own R package. I have a couple of standart functions like
dim() and length() overloaded.
#Example
dim.Model <- function(this) {
length(unique(this$.variables));
}
I built my package, but when I try to load it... This message appears:
Attaching package 'mudim':
The following object(s) are masked _by_ .GlobalEnv :
dim.Model,...(etc.)
Any idea, how to hide this message?
Thanks for your ideas.
Vaclav
************************************************
_____
/_____-_\ http://www.kratochvil.biz
[] \o\ _|_ /o/ [] email: [EMAIL PROTECTED]
" ICQ: 112443571
************************************************
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html