From 3de8225fe634141f0e5fa0a0bd6c53b524e90dda Mon Sep 17 00:00:00 2001 From: "Lori (Shepherd) Kern" Date: Mon, 4 May 2026 12:36:59 -0400 Subject: [PATCH] Add checklist item for renv directory and lock file Added a checklist item to ensure no renv directory or renv.lock file is present. --- docs/package-review-checklist.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: