rextendr icon indicating copy to clipboard operation
rextendr copied to clipboard

Results 80 rextendr issues
Sort by recently updated
recently updated
newest added

Hello. I am wondering if it would be better to set up toolchain on Makevars.win, like the `hellorust` package recently registered on CRAN. https://github.com/r-rust/hellorust/blob/8902d6677d70d91b7336a90ba3d8d41f4a9011cd/src/Makevars.win I recently created a package using...

https://github.com/extendr/rextendr/actions/runs/3255637727/jobs/5345165032#step:9:220 > C:\rtools42\x86_64-w64-mingw32.static.posix\bin\ar.exe: creating libgcc_eh.a > cp: cannot create regular file 'libgcc_s.a': File exists > ERROR: configuration failed for package 'rextendr'

bug

As this issue is closed, I need to tackle the issue again... https://github.com/r-lib/pkgbuild/issues/115

[`{lintr}`](https://github.com/r-lib/lintr) is a package that highlights issues in the codebase. It can be used as a standalone tool or as a part of an editor/IDE (such as vscode). I propose...

enhancement

Probably users want to set up GitHub Actions CI.

enhancement

Hi! Claus Wilke's nyhackr talk inspired me to try this. Thanks for all your hard work! I got rust to build with `libR-sys` in the `Cargo.toml`, though I used `curl`...

need more details

I would like to start generating some real examples of packages if @Ilia-Kosenkov and @clauswilke could help. We could, for example: * Show memory mapped files with parallel parsing (such...

Currently the documentation doesn't explain how to use the `patch.crates_io` argument in `rust_function()` etc. I think we should do so and also provide a simple example, e.g. with how to...

documentation