[Rd] pacf.mts
Martin Maechler
maechler at stat.math.ethz.ch
Thu Apr 3 09:36:31 MEST 2003
>>>>> "PaulG" == Paul Gilbert <pgilbert at bank-banque-canada.ca>
>>>>> on Wed, 02 Apr 2003 15:29:50 -0500 writes:
PaulG> I am getting the following:
PaulG> *** Weave Errors ***
PaulG> Error in driver$runcode(drobj, chunk, chunkopts) :
PaulG> Error in eval(expr, envir, enclos) : couldn't find
PaulG> function "pacf.mts"
PaulG> *** Source Errors ***
PaulG> Error in eval(expr, envir, enclos) : couldn't find
PaulG> function "pacf.mts"
PaulG> make[1]: *** [checkVignettes] Error 1
PaulG> I don't really understand the new namespace
PaulG> mechanism, so I am not sure if this is a problem with
PaulG> R-1.7.0beta, or because of a change I should be
PaulG> making in my code. Does it make sense that the
PaulG> generic pacf is found, but not the method pacf.mts?
yes, that was the idea of "hiding" methods in the namespace,
such that users cannot call the methods directly.
PaulG> (I am calling pacf and not pacf.mts.)
hmm, so I don't see why the problem above happens.
Can you give a bit more details on how you triggered the errors
above ?
Thanks (to everyone else who does) for beta testing R-beta !
Martin
More information about the R-devel
mailing list