-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 998 Bytes
/
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
Package: favawesome
Title: 'Font Awesome' Icons as 'shiny' 'favicons'
Version: 0.1.1.9000
Authors@R:
person("Jon", "Harmon", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-4781-4346"))
Description: Easily use 'Font Awesome' icons as 'shiny' 'favicons' (the
icons that appear on browser tabs). 'Font Awesome'
(<https://fontawesome.com/>) is a popular set of icons that can be
used in web pages. 'favawesome' provides a simple way to use these
icons as 'favicons' in 'shiny' applications and other HTML pages.
License: MIT + file LICENSE
URL: https://favawesome.shinyworks.org,
https://github.com/shinyworks/favawesome
BugReports: https://github.com/shinyworks/favawesome/issues
Imports:
fontawesome,
htmltools,
jsonlite,
rlang,
rsvg
Suggests:
cli,
testthat (>= 3.0.0),
usethis
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2