Package: heddlr
Title: Dynamic R Markdown Document Generation
Version: 0.6.0
Authors@R: 
    person(given = "Michael",
           family = "Mahoney",
           role = c("aut", "cre"),
           email = "mike.mahoney.218@gmail.com",
           comment = c(ORCID = "0000-0003-2402-304X"))
Description: Helper functions designed to make
    dynamically generating R Markdown documents easier by providing a
    simple and tidy way to create report pieces, shape them to your data,
    and combine them for exporting into a single R Markdown document.
License: MIT + file LICENSE
URL: https://github.com/mikemahoney218/heddlr,
        https://mikemahoney218.github.io/heddlr/
BugReports: https://github.com/mikemahoney218/heddlr/issues
Depends: R (>= 3.4.0)
Imports: rlang (>= 0.1.2), utf8, yaml
Suggests: covr, here, rmarkdown, roxygen2, testthat (>= 2.1.0), dplyr,
        tidyr (>= 1.0.0), nycflights13, ggplot2, knitr, purrr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-03-24 01:15:51 UTC; mikemahoney218
Author: Michael Mahoney [aut, cre] (<https://orcid.org/0000-0003-2402-304X>)
Maintainer: Michael Mahoney <mike.mahoney.218@gmail.com>
Repository: CRAN
Date/Publication: 2020-03-24 06:20:03 UTC
Built: R 4.6.0; ; 2025-07-18 04:20:37 UTC; unix
