Re: [R-pkg-devel] Cannot submit package due to false-positive rejection

2022-10-28 Thread Roy Mendelssohn - NOAA Federal via R-package-devel
I run into this all the time. The trick is to find a minimal example that the package will work with that shows how to make a call, and allows for CRAN, especially on new submissions, to test to some extent that the function works. For more real-life examples, write a good vignette that

Re: [R-pkg-devel] Cannot submit package due to false-positive rejection

2022-10-28 Thread Jeff Newmiller
This is definitely not a false positive. Find a way to not run long calcs during the CRAN build. There is no alternative. One way this can be done is by only running your examples when an environment variable of your choosing exists. Since CRAN machines won't configure that variable, you can

[R-pkg-devel] Cannot submit package due to false-positive rejection

2022-10-28 Thread Ying Li via R-package-devel
Hello all, Our package did not pass the automagical checks when submitted to CRAN. We think the rejection is a false positive, so we �reply-all to that message and explain� as following the official instruction. We provided explanation for all notes in that email (replied to