Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/package-review-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
## Additional Comments or Concerns:
Loading