-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.37 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
Package: yeastCCDBShiny
Title: Shiny front end to yeastCallingCardsDB
Version: 0.0.0.9000
Authors@R:
person("Mateusiak", "Chase", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0002-2890-4242"))
Description: This is a frontend for the Yeast Calling Cards database. It
provides users with functionality to display and manipulat the rank-response
plots, and to do QC review. The relevant database entries can be edited
directly from this app.
License: MIT + file LICENSE
biocViews:
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
covr,
lintr (>= 3.0.2),
mockery (>= 0.4.3),
styler (>= 1.9.0),
testthat (>= 3.0.0),
webmockr (>= 0.9.0)
Config/testthat/edition: 3
URL: https://github.com/BrentLab/yeastCCDBShiny,
https://brentlab.github.io/yeastCCDBShiny/
BugReports: https://github.com/BrentLab/yeastCCDBShiny/issues
Imports:
doParallel (>= 1.0.17),
dplyr (>= 1.1.1),
DT (>= 0.27),
foreach (>= 1.5.2),
futile.logger (>= 1.4.3),
ggplot2 (>= 3.4.2),
gprofiler2 (>= 0.2.2),
labretriever,
magrittr (>= 2.0.3),
plotly (>= 4.10.1),
purrr (>= 1.0.1),
RColorBrewer (>= 1.1.3),
readr (>= 2.1.4),
shiny (>= 1.7.4),
shinydashboard (>= 0.7.2),
shinyjs (>= 2.1.0),
tidyr (>= 1.3.0)
Depends:
R (>= 2.10)
LazyData: true