Package: minisvg Type: Package Title: SVG Document Builder Version: 0.1.12 Authors@R: c( person("Mike", "FC", email = "mikefc@coolbutuseless.com", role = c('aut', 'cre')), person("Dmytro", "Perepolkin", role = c('ctb'))) Description: Build SVG documents with R. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.1.0 URL: https://github.com/coolbutuseless/minisvg,https://coolbutuseless.github.io/package/minisvg/ Imports: R6, glue Suggests: knitr, rmarkdown, xml2, purrr, base64enc, htmltools, rsvg, testthat (>= 2.1.0) VignetteBuilder: knitr Repository: https://trevorld.r-universe.dev Date/Publication: 2020-05-02 01:37:06 UTC RemoteUrl: https://github.com/coolbutuseless/minisvg RemoteRef: HEAD RemoteSha: d010891c3daab088699081710ba4707203cf44c9 NeedsCompilation: no Packaged: 2026-06-23 06:23:28 UTC; root Author: Mike FC [aut, cre], Dmytro Perepolkin [ctb] Maintainer: Mike FC