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
580 stars 130 forks source link

Non-API calls #762

Open Jean-Romain opened 2 months ago

Jean-Romain commented 2 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 1 month ago

Removed point_metrics() temporarily