extendr-api 0.7.0 for pola-rs/r-polars#1339#5
Draft
eitsupi wants to merge 7 commits into
Draft
Conversation
…r#742) * replaces `SEXPTYPE` and `Rboolean` to the new enum-versions from latest `libR-sys`. * Cargo.toml: Update version of `libR-sys`, otherwise it doesn't work * build.rs: Added a feature for using `OBJSXP` vs `S4SXP` The cfg-feature might be excessive, but handling S4 object will have to depend on R versions eventually, so we are starting this branching now... * MSRV: Updated to 1.70 due to a change in bindgen, which uses `which`, and which uses `home` which silently updated their msrv to 1.70.
* Cargo.toml: update libR-sys to latest commit * added more `non-api` cfg guards * moved doctests to their own module * wp: another * wp: another one * this test is disabled, yet it still compiles.. * typo * removed more tests * update changelog * update note on CRAN * `cargo extendr fmt` [skip ci] --------- Co-authored-by: Josiah Parry <josiah.parry@gmail.com>
* Added a `SendSEXP` instead of conversion to usize * `cargo fmt`. * remove unnecessary Deref/DerefMut impl * add comments to ownership * typos * `cargo fmt` * comments * remove set_inner() method from SendSEXP * rename sexp_usize to send_sexp to make the type: --------- Co-authored-by: Josiah Parry <josiah.parry@gmail.com>
* xtask: add helpful message when missing dependencies for `r-cmd-check` * Makevars: color is auto, not always * README: add instruction to use developer extendr in rextendr. * extendr-api: added `non-api` flag * ci: temporary hack to get past this circular testing BS * Cargo.toml: we will no longer rely on `patch.crates-io`. * ci: added ` REXTENDR_SKIP_DEV_TESTS: TRUE`
* xtask: add helpful message when missing dependencies for `r-cmd-check` * Makevars: color is auto, not always * README: add instruction to use developer extendr in rextendr. * extendr-api: added `non-api` flag * ci: temporary hack to get past this circular testing BS * Cargo.toml: we will no longer rely on `patch.crates-io`. * ci: added ` REXTENDR_SKIP_DEV_TESTS: TRUE`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.