The extendr crates have been bumped to 0.9.0, which
drops the R_NamespaceRegistry binding and clears the
R CMD check NOTE “Found non-API call to R:
‘R_NamespaceRegistry’”.
The package scaffolding now uses rextendr 0.5.0, and
src/entrypoint.c registers extendr’s panic hook.
Installation no longer regenerates
R/extendr-wrappers.R while compiling. The wrappers ship in
the package, so this avoids building every Rust dependency a second
time, and fixes installation on Windows and wherever the package is
cross-compiled.
inst/AUTHORS.md now credits the extendr
and winnow crates, which declare no authors
field.