[R-pkg-devel] Excessive time of first example to be checked

2022-05-23 Thread Jean-Matthieu Monnet
I was asked by CRAN to fix NOTEs in the new version of the package lidaRtRee On Debian (https://win-builder.r-project.org/incoming_pretest/lidaRtRee_4.0.0_20220520_163049/Debian/00check.log) I have one note related to the maintainer : # - * checking CRAN incoming feasibility ... NOTE Main

Re: [R-pkg-devel] Excessive time of first example to be checked

2022-05-23 Thread Guido Moreira
There's an useful tool for testing in Windows. Check out https://win-builder.r-project.org/ where you can upload your tarball and have it built on Windows and give your R CMD check --as-cran results. Also, you can use github actions to automatically run R CMD check --as-cran when you push to your r