Re: [R-pkg-devel] Rlang and Code Evalutation Within Aesthetics

2022-04-30 Thread Jeff Newmiller
Things like sensible legends are also impeded by using complex expressions in aesthetics mappings, so call it a workaround if you like but creating the data frame the way it should be _before_ giving it to ggplot has always been recommended. On April 30, 2022 5:09:51 AM PDT, Duncan Murdoch wr

[R-pkg-devel] Error in r-devel-windows-x86_64 check: package not found.

2022-04-30 Thread Arkajyoti Saha
I recently updated a package in CRAN. Though it passed the r-devel-linux-x86_64 flavors, I saw an error with r-devel-windows-x86_64

Re: [R-pkg-devel] Error in r-devel-windows-x86_64 check: package not found.

2022-04-30 Thread Arkajyoti Saha
Thanks so much for the clarification!! On Sat, Apr 30, 2022 at 8:09 AM Martin Maechler wrote: > > Arkajyoti Saha > > on Sat, 30 Apr 2022 07:54:22 -0700 writes: > > > I recently updated a package in CRAN. Though it passed the > > r-devel-linux-x86_64 > > < > https://cran.r

Re: [R-pkg-devel] Need advice CRAN package check results

2022-04-30 Thread Duncan Murdoch
On 30/04/2022 12:57 p.m., Matthias Gondan wrote: Dear developers, I have recently submitted my first r package, and bear with me, I am still learning things. Most importantly, there is a page with the CRAN package checks, https://cran.rstudio.com/web/checks/check_results_rolog.html The packag