-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 955 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
Package: iceComponents
Title: A set of custom components used in the In Control of Effects application
Version: 0.1.0
Authors@R:
person(
given = "David",
family = "Ruvolo",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5745-5298")
)
Description: The `iceComponents` package is a primary dependency for the shiny application `iceApp` and part of the In Control of Effects project. This package includes several of the components that are used in the Shiny app. The components used in this package are designed specifically for the application, but they can be adapted for use in your applications.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
htmltools (>= 0.5.1.1),
rheroicons (>= 0.3.1),
shiny (>= 1.6.0),
R6
Remotes:
davidruvolo51/rheroicons
Suggests:
testthat