Skip to content
Prev 28 / 12125 Next

[R-pkg-devel] ERROR from R CMD check that I have never seen before

On 25.05.2015 18:59, Richard M. Heiberger wrote:
You have: import selectively from these packages using importFrom() 
directives rather than simple import(). So you only import the layer 
version you actually need in your package (if any).
Try to get rid of Depends and solve all dependenciy issues via imports, 
i.e. NAMESPACE directives, where possible.
Perhaps a bug in another package? ANyway, can you give us the HH version 
that triggers these problems?
If a function in e1071 that needs it is called from a function in your 
package, you may need to suggest it as well.
Don't know, again, I'd need the full package in order to say more.

Best,
Uwe