Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion documentation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ If this option is used it will also be preferable to use `donttest` instead of
`dontrun`; `donttest` requires valid <i class="fab fa-r-project"></i> code while
`dontrun` does not.

## The `inst/script/` directory {#doc-inst-script}
## The `inst/scripts/` directory {#doc-inst-scripts}

The scripts in this directory can vary.

Expand Down
2 changes: 1 addition & 1 deletion package-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ another package or the hubs as previously stated.
However, if this is not applicable, raw data files should be included in the
`inst/extdata` directory. Files of these type are often accessed utilizing
`system.file()`. _Bioconductor_ requires documentation on these files in an
`inst/script/` directory. See [data documentation](#doc-inst-script).
`inst/scripts/` directory. See [data documentation](#doc-inst-scripts).

### Internal data

Expand Down
Loading