Package: easyreporting
Type: Package
Title: Helps creating report for improving Reproducible Computational Research
Version: 1.23.0
Authors@R: person("Dario", "Righelli", email="dario.righelli@gmail.com", 
 role=c("cre", "aut"))
Description: 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.
License: Artistic-2.0
Encoding: UTF-8
biocViews: ReportWriting
LazyData: false
BugReports: https://github.com/drighelli/easyreporting/issues
Imports:
    rmarkdown,
    methods,
    tools,
    shiny,
    rlang
Suggests:
    distill,
    BiocStyle,
    knitr,
    readxl,
    edgeR,
    limma, 
    EDASeq,
    statmod
RoxygenNote: 7.1.1
VignetteBuilder: knitr
git_url: https://git.bioconductor.org/packages/easyreporting
git_branch: devel
git_last_commit: b544232
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.23
