The goal of cshl2024pkg
is to demonstrate the use of biocthis
.
Get the latest stable R
release from CRAN. Then install cshl2024pkg
from Bioconductor using the following code:
if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
BiocManager::install("cshl2024pkg")
And the development version from GitHub with:
BiocManager::install("lcolladotor/cshl2024pkg")
This is a basic example which shows you how to solve a common problem:
library("cshl2024pkg")
## Praise the current weekday
weekday_praise()
#> [1] "Monday: You are terrific!"
Below is the citation output from using citation('cshl2024pkg')
in R. Please run this yourself to check for any updates on how to cite cshl2024pkg.
print(citation("cshl2024pkg"), bibtex = TRUE)
#> To cite package 'cshl2024pkg' in publications use:
#>
#> lcolladotor (2024). _cshl2024pkg_. doi:10.18129/B9.bioc.cshl2024pkg
#> <https://doi.org/10.18129/B9.bioc.cshl2024pkg>,
#> https://github.com/lcolladotor/cshl2024pkg/cshl2024pkg - R package
#> version 0.99.0, <http://www.bioconductor.org/packages/cshl2024pkg>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {cshl2024pkg},
#> author = {{lcolladotor}},
#> year = {2024},
#> url = {http://www.bioconductor.org/packages/cshl2024pkg},
#> note = {https://github.com/lcolladotor/cshl2024pkg/cshl2024pkg - R package version 0.99.0},
#> doi = {10.18129/B9.bioc.cshl2024pkg},
#> }
#>
#> lcolladotor (2024). "cshl2024pkg." _bioRxiv_. doi:10.1101/TODO
#> <https://doi.org/10.1101/TODO>,
#> <https://www.biorxiv.org/content/10.1101/TODO>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Article{,
#> title = {cshl2024pkg},
#> author = {{lcolladotor}},
#> year = {2024},
#> journal = {bioRxiv},
#> doi = {10.1101/TODO},
#> url = {https://www.biorxiv.org/content/10.1101/TODO},
#> }
Please note that the cshl2024pkg
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 cshl2024pkg
project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
For more details, check the dev
directory.
This package was developed using biocthis.