easyreporting
Helps creating report for improving Reproducible Computational Research
Bioconductor version: 3.23 · Package version: 1.24.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("easyreporting") Details
| Maintainer | Dario Righelli <dario.righelli@gmail.com> |
| Author | Dario Righelli [cre, aut] |
| License | Artistic-2.0 |
| Bug Reports | https://github.com/drighelli/easyreporting/issues |
| Downloads rank | 250 |
| Source branch | RELEASE_3_23 |
| biocViews | ReportWriting, Software |