diff --git a/vignettes/dashboard.Rmd b/vignettes/dashboard.Rmd index 7a85b1ddd2..4b1f9d6468 100644 --- a/vignettes/dashboard.Rmd +++ b/vignettes/dashboard.Rmd @@ -99,11 +99,14 @@ should check your emails! - **waiting**: packages for which the CRAN team waits for an answer from the maintainer. - **pretest**: the CRAN maintainers restarted automated tests on your package to see whether an issue has been fixed by your action or is still here. +- **archive**: if the package does not pass the checks cleanly and the problem +are not likely to be false positives, your package will be rejected. - **recheck**: your package seems ready for publication. This step checks whether reverse dependencies will still work after the update. - **publish**: you're all set! Your package has passed the review process and will soon be available on CRAN. + This information is summarised in the following diagram by Hadley Wickham, available in the [cran-stages Github](https://github.com/edgararuiz/cran-stages) repository: