Package: downloadthis Title: Implement Download Buttons in 'rmarkdown' Version: 0.5.0 Authors@R: c( person(given = "Felipe", family = "Mattioni Maturana", role = c("aut", "cre"), email = "felipe.mattioni@med.uni-tuebingen.de", comment = c(ORCID = "0000-0002-4221-6104")), person(given = "John", family = "Coene", role = c("ctb"), email = "jcoenep@gmail.com") ) Description: Implement download buttons in HTML output from 'rmarkdown' without the need for 'runtime:shiny'. License: MIT + file LICENSE URL: https://github.com/fmmattioni/downloadthis BugReports: https://github.com/fmmattioni/downloadthis/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) Imports: fs, readr, writexl, bsplus, mime, htmltools, magrittr, zip, ggplot2, base64enc RoxygenNote: 7.3.2 Suggests: knitr, rmarkdown, testthat (>= 3.0.1), spelling, covr VignetteBuilder: knitr Language: en-US Config/testthat/edition: 3 Config/testthat/parallel: true Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libx11-dev zlib1g-dev Repository: https://fmmattioni.r-universe.dev Date/Publication: 2025-07-11 13:51:59 UTC RemoteUrl: https://github.com/fmmattioni/downloadthis RemoteRef: HEAD RemoteSha: 18e3e5aa23f7d9c99138f05a1cfc9c564c797b8e NeedsCompilation: no Packaged: 2026-06-06 08:01:16 UTC; root Author: Felipe Mattioni Maturana [aut, cre] (ORCID: ), John Coene [ctb] Maintainer: Felipe Mattioni Maturana