diff --git a/documentation.Rmd b/documentation.Rmd index 242668e..073b3f2 100644 --- a/documentation.Rmd +++ b/documentation.Rmd @@ -173,7 +173,7 @@ If this option is used it will also be preferable to use `donttest` instead of `dontrun`; `donttest` requires valid 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. diff --git a/package-data.Rmd b/package-data.Rmd index 30d2ca2..6b50325 100644 --- a/package-data.Rmd +++ b/package-data.Rmd @@ -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