knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of cdsb2020this is to ...
Get the latest stable R release from CRAN. Then install cdsb2020this using from Bioconductor the following code:
if (!requireNamespace("BiocManager", quietly = TRUE)) { install.packages("BiocManager") } BiocManager::install("cdsb2020this")
And the development version from GitHub with:
BiocManager::install("lcolladotor/cdsb2020this")
This is a basic example which shows you how to solve a common problem:
library("cdsb2020this") ## basic example code
What is special about using README.Rmd instead of just README.md? You can include R chunks like so:
summary(cars)
You'll still need to render README.Rmd regularly, to keep README.md up-to-date.
You can also embed plots, for example:
plot(pressure)
In that case, don't forget to commit and push the resulting figure files, so they display on GitHub!
Below is the citation output from using citation('cdsb2020this') in R. Please
run this yourself to check for any updates on how to cite cdsb2020this.
print(citation("cdsb2020this"), bibtex = TRUE)
Please note that the cdsb2020this was only made possible thanks to many other R and bioinformatics software authors, which are cited either in the vignettes and/or the paper(s) describing this package.
Please note that the cdsb2020this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
r BiocStyle::CRANpkg('usethis'), r BiocStyle::CRANpkg('remotes'), r BiocStyle::Githubpkg('r-hub/sysreqs') and r BiocStyle::CRANpkg('rcmdcheck') customized to use Bioconductor's docker containers and r BiocStyle::Biocpkg('BiocCheck').r BiocStyle::CRANpkg('covr').r BiocStyle::CRANpkg('pkgdown').r BiocStyle::CRANpkg('styler').r BiocStyle::CRANpkg('devtools') and r BiocStyle::CRANpkg('roxygen2').For more details, check the dev directory.
This package was developed using r BiocStyle::Githubpkg('lcolladotor/biocthis').
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.