-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 980 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 980 Bytes
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
Package: favawesome
Title: 'Font Awesome' Icons as 'shiny' 'favicons'
Version: 0.1.1
Authors@R:
person("Jon", "Harmon", , "jonthegeek@gmail.com", 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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2