On 8/25/2008 3:19 PM, Gabor Grothendieck wrote:
Use two colons, not three.
Right, I forget about that possibility. Still, my warnings about the
fragility of using a package without a NAMESPACE apply here too.
Duncan Murdoch
On Mon, Aug 25, 2008 at 3:05 PM, Max Kuhn <[EMAIL PROTECTED]> wr
Try this also:
LogitBoost <- get("LogitBoost", envir =
as.environment("package:caTools"), mode = "function")
On Mon, Aug 25, 2008 at 4:05 PM, Max Kuhn <[EMAIL PROTECTED]> wrote:
> Everyone,
>
> I've got code in my package that uses LogitBoost from the caTools
> package. caTools does not have a na
On 8/25/2008 3:05 PM, Max Kuhn wrote:
Everyone,
I've got code in my package that uses LogitBoost from the caTools
package. caTools does not have a namespace.
My package also uses loads RWeka, which has a namespace, and also has
a function called LogitBoost.
After loading both packages, how can
Use two colons, not three.
On Mon, Aug 25, 2008 at 3:05 PM, Max Kuhn <[EMAIL PROTECTED]> wrote:
> Everyone,
>
> I've got code in my package that uses LogitBoost from the caTools
> package. caTools does not have a namespace.
>
> My package also uses loads RWeka, which has a namespace, and also has
Everyone,
I've got code in my package that uses LogitBoost from the caTools
package. caTools does not have a namespace.
My package also uses loads RWeka, which has a namespace, and also has
a function called LogitBoost.
After loading both packages, how can I be specific about running the
version