Skip to content

Commit e15cd72

Browse files
authored
use the more prevalent inst/scripts (#134)
1 parent 52c3b67 commit e15cd72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ If this option is used it will also be preferable to use `donttest` instead of
173173
`dontrun`; `donttest` requires valid <i class="fab fa-r-project"></i> code while
174174
`dontrun` does not.
175175

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

178178
The scripts in this directory can vary.
179179

package-data.Rmd

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

8989
### Internal data
9090

0 commit comments

Comments
 (0)