-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
46 lines (46 loc) · 1.21 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
Package: dcamodules
Type: Package
Title: Data Curator App Modules
Version: 0.1.0
Authors@R:
c(person(given = "Rongrong",
family = "Chai",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Anthony",
family = "Williams",
role = c("aut")),
person(given = "Milen",
family = "Nikolov",
role = c("aut")),
person(given = "Sage Bionetworks",
role = "cph"))
Description: This is a package to collect essential modules and useful functions
used in the data curator app (https://github.com/Sage-Bionetworks/data_curator).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
shiny,
shinydashboard,
magrittr,
base64enc,
colourpicker,
htmltools,
sagethemes,
sass,
waiter,
purrr,
htmlwidgets
Remotes: Sage-Bionetworks/sagethemes
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://sage-bionetworks.github.io/dcamodules/,
https://github.com/Sage-Bionetworks/dcamodules
BugReports: https://github.com/Sage-Bionetworks/dcamodules/issues
Config/testthat/edition: 3