-
Notifications
You must be signed in to change notification settings - Fork 18
/
readme-file.Rmd
22 lines (17 loc) · 1.01 KB
/
readme-file.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# The README file {#readme}
README files are not required of Bioconductor packages.
If a `README` file is included in the package or the <i class="fab
fa-github"></i> Github repository and it provides installation instructions,
those instruction should also include
[_Bioconductor_][] installation instructions. See
Bioconductor package installation instructions on any current Bioconductor
package landing page (e.g. `r BiocStyle::Biocpkg("GenomicRanges")`).
If a `README.Rmd` is provided (rather than `README.md`, or other) those
installation instructions should be in an `eval=FALSE` code chunk.
Nowhere in the code (<i class="fab fa-r-project"></i> code, man pages,
vignettes, Rmd files) should someone try to install or download system
dependencies, applications, packages, etc.
Developers can provide instructions to follow but not executed and should assume
all necessary dependencies, applications, or packages are already set up on a
user's system. See also [the INSTALL file](#sysdep) for system dependencies
requirements.