Displaying 1 result from an estimated 1 matches for "woof1".
Did you mean:
woof
2006 Jan 08
2
exporting methods/classes
Dear R People:
I'm still struggling with sending methods and classes as part of
creating a new package.
Where does the .onLoad function go? Within R itself or in a file
in one of the new package directories?
Here are my latest efforts:
Here's the last part of the woof1-Ex.Rout
> library('woof1')
Error in loadNamespace(package, c(which.lib.loc, lib.loc),
keep.source = keep.source) :
in 'woof1' classes for export not defined: dog
Error: package/namespace load failed for 'woof1'
Execution halted
Here's the NAMESPACE
importFrom(g...