HenrikBengtsson / affxparser

🔬 R package: This is the Bioconductor devel version of the affxparser package.
http://bioconductor.org/packages/devel/bioc/html/affxparser.html
7 stars 3 forks source link

Add src/init.c with R_registerRoutines() and R_useDynamicSymbols() #31

Closed HenrikBengtsson closed 3 years ago

HenrikBengtsson commented 7 years ago
checking compiled code ... NOTE
File ‘affxparser/libs/affxparser.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
HenrikBengtsson commented 3 years ago

Used tools::package_native_routine_registration_skeleton(".") [https://stackoverflow.com/a/42339658/1072091] to add src/000.init.c + updated NAMESPACE.