Skip to content

New NOTE nag from R-devel #1465

@eddelbuettel

Description

@eddelbuettel

We now get:

Version: 1.1.1
Check: compiled code
Result: NOTE
File ‘Rcpp/libs/Rcpp.so’:
Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavor: r-devel-linux-x86_64-debian-gcc

In current svn sources (I am at r89737) I see no mention of an alternative. We use it in a few places, including as the last argument in R_getVarEx() which, I am fairly certain, was just added this winter as part API cleanups. Sigh, clearly cannot win this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions