diff --git a/docs/package-review-checklist.md b/docs/package-review-checklist.md index 0d589f4..cd04ae7 100644 --- a/docs/package-review-checklist.md +++ b/docs/package-review-checklist.md @@ -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. @@ -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