-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.04 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
Package: shinycsv
Title: Explore a table interactively in a shiny application
Version: 0.99.9
Date: 2020-07-02
Authors@R: c(person("Leonardo", "Collado-Torres", role = c("aut", "cre"),
email = "[email protected]"), person("Stephen", "Semick", role = "aut",
email = "[email protected] "), person(c("Andrew", "E."), "Jaffe",
role = "aut", email = "[email protected]"))
Depends:
R (>= 3.3.0)
Imports:
devtools (>= 1.6),
DT,
graphics,
RColorBrewer,
readxl,
rio,
shiny,
stats,
vcd
Suggests:
BiocStyle,
knitcitations,
knitr (>= 1.6),
rmarkdown (>= 0.9.5),
testthat
VignetteBuilder: knitr
Description: Shiny app for exploring a table interactively used by
the Jaffe lab http://aejaffe.com/. Deployed at
https://libd.shinyapps.io/shinycsv/ and
https://libd.shinyapps.io/shinycsv-showcase/.
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
URL: https://github.com/LieberInstitute/shinycsv
BugReports: https://github.com/LieberInstitute/shinycsv/issues
RoxygenNote: 7.2.3