knitr::opts_chunk$set(
    collapse = TRUE,
    comment = "#>",
    fig.path = "man/figures/README-",
    out.width = "100%"
)

biocthistest

Lifecycle: experimental BioC status R-CMD-check-bioc Codecov test coverage

The goal of biocthistest is to ...

Installation instructions

Get the latest stable R release from CRAN. Then install biocthistest using from Bioconductor the following code:

if (!requireNamespace("BiocManager", quietly = TRUE)) {
    install.packages("BiocManager")
}

BiocManager::install("biocthistest")

And the development version from GitHub with:

BiocManager::install("lcolladotor/biocthistest")

Example

This is a basic example which shows you how to solve a common problem:

library("biocthistest")
## basic example code

What is special about using README.Rmd instead of just README.md? You can include R chunks like so:

summary(cars)

Citation

Below is the citation output from using citation('biocthistest') in R. Please run this yourself to check for any updates on how to cite biocthistest.

print(citation("biocthistest"), bibtex = TRUE)

Please note that the biocthistest 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.

Code of Conduct

Please note that the biocthistest project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Development tools

For more details, check the dev directory.

This package was developed using r BiocStyle::Biocpkg('biocthis').



lcolladotor/biocthistest documentation built on Jan. 29, 2021, 12:07 a.m.