-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.02 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
39
40
41
42
Package: Shiny.Module.Gallery
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
person(given = "First",
family = "Last",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
dplyr (>= 1.0),
gbRd,
iatlas.modules (>= 0.7),
magrittr (>= 2.0),
markdown (>= 1.0),
plotly (>= 4.0),
purrr,
readr (>= 1.0),
reticulate,
rlang (>= 0.4),
shiny (>= 1.6),
shinydashboard (>= 0.7),
stringr (>= 1.0),
tibble (>= 3.0),
tidyr (>= 1.0),
tidyselect (>= 1.0),
utils
URL: https://github.com/CRI-iAtlas/iatlas.modules
BugReports: https://github.com/CRI-iAtlas/iatlas.modules/issues
Remotes:
CRI-iAtlas/iatlas.modules@master
Suggests:
devtools,
testthat (>= 3.0),
usethis,
rsconnect