extendr / rextendr

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

Perform system checks on `systemRequirements` #378

Closed albersonmiranda closed 2 months ago

albersonmiranda commented 2 months ago

The 'Using Rust' part of the policy says

"Please report the version of rustc used (as R does for C, C++ and Fortran compilers) in the installation log especially if compilation fails, so best reported before starting compilation (as R does)."

However, the current implementation of configure (.win) only checks for the presence of Rust but does not verify if the installed version meets the required minimum version.