Skip to content
Open
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
6 changes: 5 additions & 1 deletion docs/package-review-checklist.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package Review Checklist {#review-checklist}

**Version 1.0.1**
**Version 1.1**

This checklist is intended to aid and guide the reviewer through the review
process.
Expand Down Expand Up @@ -65,12 +65,16 @@ Refer to the [DESCRIPTION](https://contributions.bioconductor.org/description.ht

- [ ] Citation file (if present) in correct format
(`readCitationFile("inst/CITATION")` without error).


# Subjective criteria / human reviewer specific

## Package data

- [ ] Included data not too large. Need for separate data package?
- [ ] Exported data and the `data/` directory has correct format, is compressed and documented.
- [ ] Raw data in `inst/extdata/` directory. Small enough to justify inclusion in package?
- [ ] For data in `inst/extdata/`, is any manipulation required documented in (e.g.) R scripts?
- [ ] If data downloaded from web: really necessary? `BiocFileCache` used?

## Documentation
Expand Down