Re: [Rd] [External] R hang/bug with circular references and promises

2024-05-13 Thread luke-tierney--- via R-devel
On Mon, 13 May 2024, Ivan Krylov wrote: [You don't often get email from ikry...@disroot.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] On Mon, 13 May 2024 09:54:27 -0500 (CDT) luke-tierney--- via R-devel wrote: Looks like I added that warning 22 years

Re: [Rd] [External] R hang/bug with circular references and promises

2024-05-13 Thread Ivan Krylov via R-devel
On Mon, 13 May 2024 09:54:27 -0500 (CDT) luke-tierney--- via R-devel wrote: > Looks like I added that warning 22 years ago, so that should be enough > notice :-). I'll look into removing it now. Dear Luke, I've got a somewhat niche use case: as a way of protecting myself against rogue *.rds

Re: [Rd] [External] R hang/bug with circular references and promises

2024-05-13 Thread luke-tierney--- via R-devel
On Sat, 11 May 2024, Peter Langfelder wrote: On Sat, May 11, 2024 at 9:34 AM luke-tierney--- via R-devel wrote: On Sat, 11 May 2024, Travers Ching wrote: The following code snippet causes R to hang. This example might be a bit contrived as I was experimenting and trying to understand

Re: [R-pkg-devel] An issue regarding the authors field in DESCRIPTION

2024-05-13 Thread Ivan Krylov via R-package-devel
В Mon, 13 May 2024 08:33:04 -0500 Ruwani Herath пишет: > This is what I entered in DESCRIPTION field. > > Authors@R: c(person(given = "Ruwani", family = "Herath", role = > c("aut","cre"), email = "ruwanirasanja...@gmail.com"), >person(given = "Leila", family = "Amiri", role =

[R-pkg-devel] An issue regarding the authors field in DESCRIPTION

2024-05-13 Thread Ruwani Herath
Hi, I have submitted an R package and I got the following notes from the CRAN test. I couldn't find what should be the change I have to do to correct this issue. Please check this and guide me to solve the issue. * checking CRAN incoming feasibility ... NOTE Maintainer: 'Ruwani Herath ' *

[Bioc-devel] Single Package Builder for new Bioconductor Submissions

2024-05-13 Thread Kern, Lori via Bioc-devel
Over the next few days, we will be transitioning the single package builder for new Bioconductor submissions to use Bioconductor 3.20 rather than 3.19 following the latest Bioconductor release on May 1. This may result in downtime to the build on demand functionality. We appreciate your

Re: [R-pkg-devel] clang-UBSAN

2024-05-13 Thread Gábor Csárdi
The rhub package should be able to reproduce that, see https://github.com/r-hub/rhub#readme Or you can use the clang-asan container directly: https://r-hub.github.io/containers/ Gabor On Mon, May 13, 2024 at 12:31 AM Kaifeng Lu wrote: > > Dear friends, > > I am developing an R package built

Re: [R-pkg-devel] clang-UBSAN

2024-05-13 Thread Ivan Krylov via R-package-devel
В Sun, 12 May 2024 14:43:18 -0400 Kaifeng Lu пишет: > /data/gannet/ripley/R/test-clang/Rcpp/include/Rcpp/internal/caster.h:30:25: > runtime error: nan is outside the range of representable values of > type 'int' On line 4618 of src/misc.cpp of the lrstat package, you have a suspicious default