Skip to content
Prev 48243 / 63424 Next

checking dependencies in R code ... WARNING

I am trying to update an unsupported package and got the warning:

* checking dependencies in R code ... WARNING
'library' or 'require' calls not declared from: 'Hmisc' 'R2HTML' 'tcltk'
Missing or unexported object: 'utils::.win32consoleCompletion'
See the information on DESCRIPTION files in the chapter 'Creating R
packages' of the 'Writing R Extensions' manual.


Is it only an error in the description file or in the code?

Regards Knut