extendr / rextendr

An R package that helps scaffolding extendr-enabled packages or compiling Rust code dynamically
https://extendr.github.io/rextendr/
Other
190 stars 28 forks source link

Use .data pronoun to prevent global variable warning in R CMD check #328

Closed JosiahParry closed 8 months ago

JosiahParry commented 9 months ago

This PR resolves a note about a global variable by using .data prefix as well as modifies the vendoring test to no longer print crate versions but rather just the crate names themselves.

JosiahParry commented 8 months ago

oooof course we have a conflict. I think i want to keep versions from this branch.

Ilia-Kosenkov commented 8 months ago

The PR titles seems to not reflect the changes, can you align it?

JosiahParry commented 8 months ago

I've changed the title. Please let me know if it works.