Re: [R-pkg-devel] What to do when a package is archived from CRAN

2023-08-29 Thread SHIMA Tatsuya
Hi Uwe, thanks for the summary of the background. Let me ask you a few questions about a couple of points. > Accepting a package that downloads crates from github I don't think prqlr 0.5.0 downloads crates on GitHub. prqlr <= 0.4.0 use crate on GitHub which I patched to support old Rust on Debi

Re: [R-pkg-devel] Re-building vignettes had CPU time 9.2 times elapsed time

2023-08-29 Thread Uwe Ligges
Dear all, in today's R Core meeting both the CRAN team and R Core agree with Simon's suggestion below. Let me repeat the key points: - We will try to add some interface to R that allows for more unified control about the various ways of parallelisation. That should allow users to opt in for

[R-pkg-devel] Modernizing legacy Fortran:, REAL(kind=8)

2023-08-29 Thread Thomas Petzoldt
Hi, some package maintainers including me got a reminder from Prof. Brian Ripley to modernize REAL and INTEGER declarations using the KIND option: On 29.08.2023 at 19:31 Prof Brian Ripley wrote: According to the Fortran standards, numerical values are just an enumeration, and what e.g. real(k