- Home
- Bioconductor 3.22
- Software Packages
- easyreporting
easyreporting
This is the released version of easyreporting; for the devel version, see easyreporting.
Helps creating report for improving Reproducible Computational Research
Bioconductor version: Release (3.22)
An S4 class for facilitating the automated creation of rmarkdown files inside other packages/software even without knowing rmarkdown language. Best if implemented in functions as "recursive" style programming.
Author: Dario Righelli [cre, aut]
Maintainer: Dario Righelli <dario.righelli at gmail.com>
citation("easyreporting")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("easyreporting")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("easyreporting")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.