Skip to content

Overload standart function

3 messages · Václav Kratochvíl, Brian Ripley, Duncan Murdoch

#
On Thu, 14 Apr 2005, [iso-8859-2] V?clav Kratochv?l wrote:

            
Hmm.  Not with the name dim.Model.  You have defined an S3 method for 
class "Model", possibly not intentionally, and without following the rules 
set out in `Writing R Extensions'.
See ?library, which has an argument warn.conflicts, and that tells you how 
to do this on a per-package basis.

However, the problem appears to be that you don't want the copies in 
workspace (.GlobalEnv), which should be easy to fix.
#
V?clav Kratochv?l wrote:
You don't want to hide this message.  It is telling you that you have a 
variable in your user workspace that is hiding the one in your package. 
  You probably want to delete the one in your workspace.

By the way, questions about package writing really belong more on the 
R-devel list.

Duncan Murdoch