-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.03 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
Package: rheroicons
Title: A Zero Dependency 'SVG' Icon Library for 'Shiny'
Version: 1.0.0
Authors@R: c(
person(
given = "David",
family = "Ruvolo",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5745-5298")),
person(
given = "Adam",
family = "Wathan",
role = c("ctb", "cph"),
comment = "Author of heroicons library"),
person(
given = "Steve",
family = "Schoger",
role = c("ctb", "cph"),
comment = "Author of heroicons library")
)
Description: An implementation of the 'Heroicons' icon library for 'shiny'
applications and other 'R' web-based projects. You can search, render,
and customize icons without 'CSS' or 'JavaScript' dependencies.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
htmltools (>= 0.5.3),
shiny (>= 1.5.0),
stringr
Suggests:
spelling,
testthat
Depends:
R (>= 2.10)
Language: en-US