Description Usage Details Value Examples
View source: R/use_bioc_support.R
This function is very similar to usethis::use_tidy_support()
except that it
uses a template from biocthis
.
1 |
For more details on how this function came to be, check https://github.com/r-lib/usethis/issues/1108.
This function adds and/or replaces the .github/SUPPORT.md
file in
your R package.
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
## Run this function in your package
use_bioc_support()
## End(Not run)
## Create an example package for illustrative purposes.
## Note: you do not need to run this for your own package!
pkgdir <- biocthis_example_pkg()
## Create a template GitHub support file that is Bioconductor-friendly
biocthis::use_bioc_support()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.