Re: [R-pkg-devel] DESCRIPTION file corrections for accepted package

2024-10-29 Thread Simon Urbanek
> On 27 Oct 2024, at 23:03, Gianmarco Alberti > wrote: > > Dear R Package Developers, > I am seeking guidance regarding a situation with my package 'chisquare' > (version 1.1) on CRAN. > > Current situation: > > 1. The package was submitted and (automatically) accepted to CRAN (version > 1.

Re: [R-pkg-devel] clang-san issue with R vignettes using ggplot2

2024-10-29 Thread Ben Bolker
Can you tell us more about/point us to the code for the plots that are triggering these errors? (eg, are you using unusual fonts or other settings?) On Tue, Oct 29, 2024, 10:22 PM Kaifeng Lu wrote: > Dear friends, > > I received clang-san error messages for all vignettes that include ggplot2 > f

[R-pkg-devel] clang-san issue with R vignettes using ggplot2

2024-10-29 Thread Kaifeng Lu
Dear friends, I received clang-san error messages for all vignettes that include ggplot2 figures when submitting an R package to CRAN. Please see below for an example. How can I resolve this problem without replacing the ggplot2 figures with base R plots? Thank you in advance for your help. Reg