Re: [R-pkg-devel] R package not passing automatic checks

2021-12-18 Thread Uwe Ligges
Note that misspelled words are never a reason for auto rejection as thes emay be false positives. Best, Uwe Ligges On 18.12.2021 23:06, Lucas Godoy wrote: Thank you for your help, Sebastian. The main problems were a mispelled word in DESCRIPTION and the time of compilation for the vignettes.

Re: [R-pkg-devel] R package not passing automatic checks

2021-12-18 Thread Lucas Godoy
Thank you for your help, Sebastian. The main problems were a mispelled word in DESCRIPTION and the time of compilation for the vignettes. On Fri, Dec 17, 2021 at 9:38 AM Sebastian Meyer wrote: > Am 16.12.21 um 15:22 schrieb Lucas Godoy: > > Hello everyone, > > > > I'm trying to submit an R packa

Re: [R-pkg-devel] R package not passing automatic checks

2021-12-17 Thread Sebastian Meyer
Am 16.12.21 um 15:22 schrieb Lucas Godoy: Hello everyone, I'm trying to submit an R package to CRAN. First of all, when I ran "R CMD check --as-cran" or "devtools::check()" locally I get no notes, warnings, or errors at all. The same is valid for CI using Github Actions. However, when I submit t

[R-pkg-devel] R package not passing automatic checks

2021-12-17 Thread Lucas Godoy
Hello everyone, I'm trying to submit an R package to CRAN. First of all, when I ran "R CMD check --as-cran" or "devtools::check()" locally I get no notes, warnings, or errors at all. The same is valid for CI using Github Actions. However, when I submit the package to CRAN, I get the following mess