Package: icons
Type: Package
Title: Easily Insert SVG Icons into R Outputs
Version: 1.0.0
Authors@R: c(
    person(
      given = "Mitchell",
      family = "O'Hara-Wild",
      role = c("aut", "cre"),
      email = "mail@mitchelloharawild.com",
      comment = c(ORCID = "0000-0001-6729-7695")
    ),
    person(
      given = "Earo",
      family = "Wang",
      role = "ctb",
      comment = c(ORCID = "0000-0001-6448-5260")
    ),
    person(
      given = "Timothy",
      family = "Hyndman",
      role = "ctb",
      comment = c(ORCID = "0000-0002-7047-5023")
    ),
    person(
      given = "Matthew",
      family = "Warkentin",
      role = "ctb",
      comment = c(ORCID = "0000-0001-8730-3511")
    ),
    person(
      given = "Tom",
      family = "Jemmett",
      role = "ctb",
      comment = c(ORCID = "0000-0002-6943-2990")
    )
    )
Description: Provides tools to download, style, and insert scalable vector
    graphics (SVG) icons into R output, such as 'R Markdown' and 'Quarto'
    documents, 'Shiny' apps, 'gt' tables, and 'ggplot2' visualisations via the
    'ggicons' package. Bundles popular icon libraries, such as 'Font Awesome'
    (<https://fontawesome.com>), 'Academicons'
    (<https://jpswalsh.github.io/academicons/>), and 'Material Design Icons'
    (<https://fonts.google.com/icons>), which are downloaded on demand to keep
    the package small, or build a custom icon set from any folder of local SVG
    files. Icon appearance, such as size, colour, and position, can be
    customised.
Depends: R (>= 3.1.3)
Imports: base64enc, knitr, rlang, htmltools, glue, rappdirs, xml2,
        stringr, jsonlite, cli, utils, vctrs
Suggests: rsvg, gh, rmarkdown, pillar, shiny, testthat (>= 3.0.0)
URL: https://pkg.mitchelloharawild.com/icons/,
        https://github.com/mitchelloharawild/icons
BugReports: https://github.com/mitchelloharawild/icons/issues
VignetteBuilder: knitr
License: MIT + file LICENSE
Encoding: UTF-8
Config/roxygen2/version: 8.0.0
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-08-23 11:38:49 UTC; mitchell
Author: Mitchell O'Hara-Wild [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-6729-7695>),
  Earo Wang [ctb] (ORCID: <https://orcid.org/0000-0001-6448-5260>),
  Timothy Hyndman [ctb] (ORCID: <https://orcid.org/0000-0002-7047-5023>),
  Matthew Warkentin [ctb] (ORCID:
    <https://orcid.org/0000-0001-8730-3511>),
  Tom Jemmett [ctb] (ORCID: <https://orcid.org/0000-0002-6943-2990>)
Maintainer: Mitchell O'Hara-Wild <mail@mitchelloharawild.com>
Repository: CRAN
Date/Publication: 2026-09-03 12:10:14 UTC
Built: R 4.5.2; ; 2026-09-03 12:57:28 UTC; unix
