Type: Package Package: omsvg Version: 0.1.0.9000 Title: Build and Transform 'SVG' Objects Description: Build 'SVG' components using element-based functions. With an 'svg' object, we can modify its graphical elements with a suite of transform functions. Authors@R: person("Richard", "Iannone", , "riannone@me.com", c("aut", "cre"), comment = c(ORCID = "0000-0003-3925-190X")) License: MIT + file LICENSE URL: https://github.com/rich-iannone/omsvg BugReports: https://github.com/rich-iannone/omsvg/issues Encoding: UTF-8 ByteCompile: true RoxygenNote: 7.1.1 Depends: R (>= 3.2.1) Imports: dplyr (>= 1.0.3), gt (>= 0.2.2), htmltools (>= 0.5.1.1), magrittr, rlang (>= 0.4.5), sass (>= 0.3.0), xml2 (>= 1.3.2) Suggests: covr, knitr, testthat Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev libssl-dev libnode-dev Repository: https://rich-iannone.r-universe.dev Date/Publication: 2021-02-24 16:09:05 UTC RemoteUrl: https://github.com/rich-iannone/omsvg RemoteRef: HEAD RemoteSha: 2bb86a17da71b2ab87989cd6ea2034b745d9a720 NeedsCompilation: no Packaged: 2026-06-19 08:18:05 UTC; root Author: Richard Iannone [aut, cre] (ORCID: ) Maintainer: Richard Iannone