Codebase list r-cran-fontawesome / run/e9cdb3d5-ae48-495e-8540-091e8e69a243/main DESCRIPTION
run/e9cdb3d5-ae48-495e-8540-091e8e69a243/main

Tree @run/e9cdb3d5-ae48-495e-8540-091e8e69a243/main (Download .tar.gz)

DESCRIPTION @run/e9cdb3d5-ae48-495e-8540-091e8e69a243/mainraw · history · blame

Type: Package
Package: fontawesome
Version: 0.4.0
Title: Easily Work with 'Font Awesome' Icons
Description: Easily and flexibly insert 'Font Awesome' icons into 'R Markdown'
    documents and 'Shiny' apps. These icons can be inserted into HTML content
    through inline 'SVG' tags or 'i' tags. There is also a utility function for
    exporting 'Font Awesome' icons as 'PNG' images for those situations where
    raster graphics are needed.
Authors@R: c(
    person("Richard", "Iannone", , "rich@rstudio.com", c("aut", "cre"),
           comment = c(ORCID = "0000-0003-3925-190X")),
    person("Christophe", "Dervieux", , "cderv@rstudio.com", role = "ctb",
           comment = c(ORCID = "0000-0003-4474-2498")),
    person("Winston", "Chang", , "winston@rstudio.com", role = "ctb"),
    person("Dave", "Gandy", role = c("ctb", "cph"),
           comment = "Font-Awesome font"),
    person("RStudio", role = c("cph", "fnd"))
    )
License: MIT + file LICENSE
URL: https://github.com/rstudio/fontawesome,
        https://rstudio.github.io/fontawesome/
BugReports: https://github.com/rstudio/fontawesome/issues
Encoding: UTF-8
ByteCompile: true
RoxygenNote: 7.2.1
Depends: R (>= 3.3.0)
Imports: rlang (>= 0.4.10), htmltools (>= 0.5.1.1)
Suggests: covr, dplyr (>= 1.0.8), knitr (>= 1.31), testthat (>= 3.0.0),
        rsvg
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-10-20 03:44:14 UTC; rich
Author: Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>),
  Christophe Dervieux [ctb] (<https://orcid.org/0000-0003-4474-2498>),
  Winston Chang [ctb],
  Dave Gandy [ctb, cph] (Font-Awesome font),
  RStudio [cph, fnd]
Maintainer: Richard Iannone <rich@rstudio.com>
Repository: CRAN
Date/Publication: 2022-10-25 12:35:07 UTC