Skip to content

Commit 836674a

Browse files
authored
Add checklist item for renv directory and lock file (#167)
Added a checklist item to ensure no renv directory or renv.lock file is present.
1 parent 866c486 commit 836674a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/package-review-checklist.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The functionality should be sufficiently documented in man pages with runnable e
2828
- [ ] Memory requirement below 8GB.
2929
- [ ] Size of individual files <= 5MB.
3030
- [ ] Undesirable files. System files like `.DS_Store`, `*.so`, etc. should not be included (see [.gitignore](https://contributions.bioconductor.org/gitignore.html) for a listing)
31+
- [ ] No renv directory or renv.lock file present. Packages need to work with current version of Bioconductor and packages.
3132

3233
## Important Bioconductor Features
3334

@@ -219,4 +220,4 @@ N.B. See https://contributions.bioconductor.org/shiny.html
219220
- [ ] No *unacceptable* files present. (see [.gitignore](https://contributions.bioconductor.org/gitignore.html) for a listing)
220221

221222

222-
## Additional Comments or Concerns:
223+
## Additional Comments or Concerns:

0 commit comments

Comments
 (0)