Closed davidcsterratt closed 6 years ago
When checking the package I get the following NOTE:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols
This will be fixed by using tools::package_native_routine_registration_skeleton() to generate the registration code.
tools::package_native_routine_registration_skeleton()
When checking the package I get the following NOTE:
This will be fixed by using
tools::package_native_routine_registration_skeleton()
to generate the registration code.