boost-R / mboost

Boosting algorithms for fitting generalized linear, additive and interaction models to potentially high-dimensional data. The current relase version can be found on CRAN (http://cran.r-project.org/package=mboost).
73 stars 27 forks source link

Register C routines #77

Closed hofnerb closed 7 years ago

hofnerb commented 7 years ago

CRAN complains about unregistered routines

* checking compiled code ... NOTE
File 'mboost/libs/i386/mboost.dll':
  Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols'
File 'mboost/libs/x64/mboost.dll':
  Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols'

It is good practice to register native routines and to disable symbol
search.