davidcsterratt / RTriangle

Port of the Triangle Two-Dimensional Quality Mesh Generator and Delaunay Triangulator to R
https://cran.r-project.org/package=RTriangle
9 stars 4 forks source link

Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols #4

Closed davidcsterratt closed 6 years ago

davidcsterratt commented 7 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.