diff --git a/docs/package-review-checklist.md b/docs/package-review-checklist.md index 78bae4b..d73d394 100644 --- a/docs/package-review-checklist.md +++ b/docs/package-review-checklist.md @@ -28,6 +28,7 @@ The functionality should be sufficiently documented in man pages with runnable e - [ ] Memory requirement below 8GB. - [ ] Size of individual files <= 5MB. - [ ] Undesirable files. System files like `.DS_Store`, `*.so`, etc. should not be included (see [.gitignore](https://contributions.bioconductor.org/gitignore.html) for a listing) +- [ ] No renv directory or renv.lock file present. Packages need to work with current version of Bioconductor and packages. ## Important Bioconductor Features @@ -219,4 +220,4 @@ N.B. See https://contributions.bioconductor.org/shiny.html - [ ] No *unacceptable* files present. (see [.gitignore](https://contributions.bioconductor.org/gitignore.html) for a listing) -## Additional Comments or Concerns: \ No newline at end of file +## Additional Comments or Concerns: