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 = "ctb")

[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 ' * checkin

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 wit

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 pa