-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.39 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Type: Package
Package: fontawesome
Version: 0.5.3.9000
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", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0003-3925-190X")),
person("Christophe", "Dervieux", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4474-2498")),
person("Winston", "Chang", , "[email protected]", role = "ctb"),
person("Dave", "Gandy", role = c("ctb", "cph"),
comment = "Font-Awesome font"),
person("Posit Software, PBC", 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.3.2
Depends:
R (>= 3.3.0)
Imports:
rlang (>= 1.0.6),
htmltools (>= 0.5.1.1)
Suggests:
covr,
dplyr (>= 1.0.8),
gt (>= 0.9.0),
knitr (>= 1.31),
testthat (>= 3.0.0),
rsvg
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3