Displaying 2 results from an estimated 2 matches for "check_rust".
Did you mean:
check_fast
2024 Oct 13
1
R CMD check and CRAN's rust policy
Hi all,
I'm new to contributing to r-devel. The trunk of r-devel right now includes
a `check_rust()` function for adherence to CRAN's evolving rust policy (see
commit
https://github.com/r-devel/r-svn/commit/6114d4126434c056b476cbc5db2657536c153d9a
).
As it stands R 4.4.2 will codify CRAN policy on Rust as the R language's
policy and will have deep implications for the language moving f...
2024 Oct 13
1
R CMD check and CRAN's rust policy
On 10/13/24 19:30, Josiah Parry wrote:
> Hi all,
>
> I'm new to contributing to r-devel. The trunk of r-devel right now includes
> a `check_rust()` function for adherence to CRAN's evolving rust policy (see
> commit
> https://github.com/r-devel/r-svn/commit/6114d4126434c056b476cbc5db2657536c153d9a
> ).
>
> As it stands R 4.4.2 will codify CRAN policy on Rust as the R language's
> policy and will have deep implicati...