Package: heddlr Title: Dynamic R Markdown Document Generation Version: 0.6.1 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.5.0) Imports: rlang (>= 0.1.2), utf8, yaml Suggests: covr, here, rmarkdown, roxygen2, testthat (>= 2.1.0), dplyr, tibble, tidyr (>= 1.0.0), nycflights13, ggplot2, knitr, purrr Encoding: UTF-8 RoxygenNote: 7.1.1 VignetteBuilder: knitr Repository: https://mikemahoney218.r-universe.dev Date/Publication: 2021-06-19 13:51:46 UTC RemoteUrl: https://github.com/mikemahoney218/heddlr RemoteRef: HEAD RemoteSha: 2b05b946bf1b4c41bcf022896ece23402e0ddeb9 NeedsCompilation: no Packaged: 2026-06-04 09:17:07 UTC; root Author: Michael Mahoney [aut, cre] (ORCID: ) Maintainer: Michael Mahoney