Re: [Rd] Compiling R-devel on older Linux distributions, e.g. RHEL / CentOS 7

2023-02-07 Thread Prof Brian Ripley
On 08/02/2023 00:13, Gábor Csárdi wrote: As preparation for the next release, I am trying to compile R devel on RHEL / CentOS 7, which is still supported by RedHat until 2024 June. There are two issues. One is that the libcurl version in CentOS 7 is quite old, 7.29.0, and R devel now requires 7.

[Rd] Compiling R-devel on older Linux distributions, e.g. RHEL / CentOS 7

2023-02-07 Thread Gábor Csárdi
As preparation for the next release, I am trying to compile R devel on RHEL / CentOS 7, which is still supported by RedHat until 2024 June. There are two issues. One is that the libcurl version in CentOS 7 is quite old, 7.29.0, and R devel now requires 7.32.0, since 83715 about a week ago. This re

Re: [Rd] Unnecessary note when import only used in arg definition

2023-02-07 Thread Duncan Murdoch
I've submitted a bug report (https://bugs.r-project.org/show_bug.cgi?id=18465) about this, along with a patch to fix it. Duncan Murdoch On 06/02/2023 9:42 a.m., Antoine Fabri wrote: Dear r-devel, When a package is only used in an argument definition, e.g : f <- function(test = testthat::is