[英] R CMD check note: Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
如何避免新R开发版本(R正在开发(不稳定)(2017-02-15 r72179))出现在R CMD check
中的以下注释?
• checking for unstated dependencies in examples ... OK
• checking line endings in C/C++/Fortran sources/headers ... OK
• checking compiled code ... NOTE
File ‘pkgname/libs/pkgname.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
例如Hmisc