-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
48 lines (48 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
43
44
45
46
47
48
Package: iatlas.modules2
Title: iAatlas Modules2
Type: Package
Version: 0.6.3
Date: 2021-1-30
Author: Andrew Lamb
Maintainer: Andrew Lamb <Andrew.Lamb@sagebase.org>
Description: Modules for Iatlas.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
devtools,
testthat (>= 3.0),
usethis,
memoise (>= 2.0),
covr
RoxygenNote: 7.1.2
Config/testthat/edition: 3
Imports:
assertthat,
DT,
dplyr (>= 1.0),
forcats (>= 0.5),
iatlasGraphQLClient,
iatlas.modules,
magrittr (>= 2.0),
plotly(>= 4.9),
purrr (>= 0.3),
readr (>= 1.0),
rlang (>= 0.4),
shiny (>= 1.6),
shinycssloaders,
shinydashboard,
stringr (>= 1.0),
tibble (>= 3.0),
tidyr (>= 1.0),
tidyselect (>= 1.0),
utils,
viridis (>= 0.5),
viridisLite
URL: https://github.com/CRI-iAtlas/iatlas.modules2
BugReports: https://github.com/CRI-iAtlas/iatlas.modules2/issues
Remotes:
CRI-iAtlas/iatlasGraphQLClient@main,
CRI-iAtlas/iatlas.modules@master
Depends:
R (>= 2.10)