r-lidar / lidR

Airborne LiDAR data manipulation and visualisation for forestry application
https://CRAN.R-project.org/package=lidR
GNU General Public License v3.0
612 stars 133 forks source link

Non-API calls #762

Open Jean-Romain opened 5 months ago

Jean-Romain commented 5 months ago

New CRAN policy check

Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.

Easy:

Problematic:

We are not alone. Big actors have the same problem:

We may need to remove the point_metrics() function if we can't find a solution

Jean-Romain commented 4 months ago

Removed point_metrics() temporarily