[R-pkg-devel] Resubmitting an archived package

2024-06-12 Thread Lucas Godoy
Hello everyone, Recently, my R package {smile} was archived due to NOTES. At the time, I was in the final stages of my PhD and unfortunately, I couldn't address the issue in time to prevent the package from being archived. Long story short, I fixed the issues, and now the `R CMD check --as-cran`

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&#x

[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