documentationenhancementgood first issue
Repository-Metriken
- Stars
- (4 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Since this package wraps rust, and we don't really plan to put it on CRAN any time soon, we'll need an easy way for people who want to test it to install.
There are several community package archives that could be used, but need to be vetted. We can also check if a devtools install would work, but I suspect users will need to have rust installed and the right compiler tools.
Some options include:
- https://community.r-multiverse.org which r-polars uses, but cloudflare seems to have flagged as dangerous today.
- rextender has
pak::pak("extendr/rextendr") - devtools might work if users have cargo https://github.com/r-rust/hellorust
r-universe.devmight be an option but I haven't seen a rust example yet
Any other suggestions?