We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f1b36 commit f9ac3e7Copy full SHA for f9ac3e7
docs/package-review-checklist.md
@@ -74,6 +74,7 @@ Refer to the [DESCRIPTION](https://contributions.bioconductor.org/description.ht
74
- [ ] Included data not too large. Need for separate data package?
75
- [ ] Exported data and the `data/` directory has correct format, is compressed and documented.
76
- [ ] Raw data in `inst/extdata/` directory. Small enough to justify inclusion in package?
77
+- [ ] For data in `inst/extdata/`, is any manipulation required documented in (e.g.) R scripts?
78
- [ ] If data downloaded from web: really necessary? `BiocFileCache` used?
79
80
## Documentation
0 commit comments