This repository contains short, stand-alone "How To" documents related to Bioconductor.
- Fork this repository and create a new branch.
- Copy and rename the
howto_template.qmd
file frominst/templates
to thevignettes
directory, and edit the copy accordingly. Please choose the name for the new vignette in such a way that it is unique and clearly indicates the content. Note that the title of the vignette should be added both to thetitle
field and the%\VignetteIndexEntry
in the YAML section. - Test the vignette locally in a fresh R session, to make sure that it is self-contained and runs without errors.
- Add your name to the
Author
list in theDESCRIPTION
file. - Add any new package that you are using to the list of dependencies of the package, e.g. using
usethis::use_package("new_dependency")
- Add the new vignette to a suitable section under 'Articles' in the
_pkgdown.yml
file. - Push the changes to your forked repository and open a pull request to
the
devel
branch of the parent repository.
To suggest a new topic for a HowTo, open an issue and provide some more details of your suggestion.