Skip to content

Non-API calls #762

@Jean-Romain

Description

@Jean-Romain

New CRAN policy check

Compiled code should not call non-API entry points in R.
SeeWriting portable packagesin theWriting R Extensionsmanual.

Easy:

  • R_curErrorBuf

Problematic:

  • SETLENGTH to make resizable vectors

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

Metadata

Metadata

Assignees

Labels

CRANA change that is required by the CRAN

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions