Skip to content

error messages on R CMD check

2 messages · Uwe Ligges, Johannes Hüsing

#
David Firth wrote:
David, I disagree: In your case the error message clearly says that 
"'tcltk' could not be loaded", but you say your package depends on 'tcltk'.

In Johannes' case, the problem is different, because the error message 
is not that clear.
Johannes, can you install and load the package? Is the DESCRIPTION file 
correct? If so, you might want to send the package in a private message...

Uwe Ligges
5 days later
#
Hallo Uwe,
Uwe Ligges schrieb:
[...]
I have found the root of the error: I renamed some functions
without renaming them in the export statement of the NAMESPACE
file. Silly me. Thanks for offering help, and good thing I didn't
send you the stuff.

It would be good to add your suggestions to the R-exts document:
If the error messages after R CMD check do not sound helpful,
try building and loading the package and see what the system
has to say about this.

Greetings


Johannes