search for: extendr

Displaying 5 results from an estimated 5 matches for "extendr".

Did you mean: extends
2023 Apr 03
1
Breaking Change in Rcomplex Layout?
On 4/3/23 15:50, Michael Milton wrote: > Okay, but I'm afraid this will only mean something to Rust users. The > reason being that we encountered this issue in extendr: a Rust > extension library for R. The specific compiler errors we encounter > happen because bindgen (the Rust code generation library) read the > changed R header files, and generated a new type definition for > Rcomplex. Then, our downstream code that uses that bindgen-generated...
2023 Apr 04
1
Breaking Change in Rcomplex Layout?
...on being used. Cheers On Tue, Apr 4, 2023 at 12:15?AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > > On 4/3/23 15:50, Michael Milton wrote: > > Okay, but I'm afraid this will only mean something to Rust users. The > reason being that we encountered this issue in extendr: a Rust extension > library for R. The specific compiler errors we encounter happen because > bindgen (the Rust code generation library) read the changed R header files, > and generated a new type definition for Rcomplex. Then, our downstream code > that uses that bindgen-generated code...
2023 Apr 03
1
Breaking Change in Rcomplex Layout?
On 4/3/23 14:07, Michael Milton wrote: > Hi all, > > There seems to have been a breaking change in the R trunk caused by a fix > to bug 18430 <https://bugs.r-project.org/show_bug.cgi?id=18430> that > relates to the layout of the Rcomplex typedef. Previously it was a struct, > but now it's a union by default >
2023 Apr 04
1
Breaking Change in Rcomplex Layout?
...n Tue, Apr 4, 2023 at 12:15?AM Tomas Kalibera > <tomas.kalibera at gmail.com> wrote: > > > On 4/3/23 15:50, Michael Milton wrote: >> Okay, but I'm afraid this will only mean something to Rust users. >> The reason being that we encountered this issue in extendr: a >> Rust extension library for R. The specific compiler errors we >> encounter happen because bindgen (the Rust code generation >> library) read the changed R header files, and generated a new >> type definition for Rcomplex. Then, our downstream code that...
2025 Apr 03
1
Proposal: Integrating Rust Toolchain into Rtools for Rust-Based R Package Development
Congratulations on figuring out how to extend the build of the Rtools installer to add more programs there - it is always good to have a confirmation such things are clear enough from the available documentation and sources. You can see that e.g. QPDF is added this way, but adding a toolchain requires a different approach (more below). What may not have been clear enough - please keep in mind