Skip to content

Commit f9ac3e7

Browse files
authored
Add documentation requirement for inst data manipulation
Added checklist item for documenting data manipulation in R scripts.
1 parent 21f1b36 commit f9ac3e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/package-review-checklist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Refer to the [DESCRIPTION](https://contributions.bioconductor.org/description.ht
7474
- [ ] Included data not too large. Need for separate data package?
7575
- [ ] Exported data and the `data/` directory has correct format, is compressed and documented.
7676
- [ ] 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?
7778
- [ ] If data downloaded from web: really necessary? `BiocFileCache` used?
7879

7980
## Documentation

0 commit comments

Comments
 (0)