-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
72 lines (72 loc) · 1.6 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: phenoptrReports
Title: Create reports using Phenoptics data
Version: 0.3.3
Date: 2022-01-11
Authors@R: c(
person("Kent S", "Johnson", role = c("aut", "cre"),
email = "kjohnson@akoyabio.com"),
person("Carla", "Coltharp", role="ctb"),
person("Akoya Biosciences", role=c("cph", "fnd")))
Copyright: Akoya Biosciences
Description: Creates diagnostic and summary reports from inForm data.
Language: en-US
Depends: R (>= 4.0.0)
License: Zlib | file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
colourpicker,
dplyr (>= 1.0.0),
formattable (>= 0.2),
forcats,
fs,
ggplot2 (>= 3.3.4),
glue,
jpeg,
knitr,
magrittr,
miniUI (>= 0.1.1),
openxlsx,
pals,
pheatmap,
phenoptr (> 0.2.9),
png,
purrr (>= 0.3),
RColorBrewer,
readr (>= 1.2.1),
readxl (>= 1.2.0),
rlang (>= 0.4.0),
rmarkdown,
scales,
shiny (>= 1.3.2),
shinydashboard,
stringr,
tibble (>= 2.0.0),
tidyr (>= 1.0.0),
tidyselect,
tidyverse,
tiff (>= 0.1.8),
UpSetR (>= 1.4.0),
utils,
vroom (>= 1.5.1),
zip (>= 2.0.0)
Remotes:
akoyabio/phenoptr,
akoyabio/rtree,
hms-dbmi/UpSetR
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Config/testthat/edition: 3
Suggests:
ggridges,
rstudioapi,
rtree,
sessioninfo,
testthat (>= 3.1.0),
vdiffr (>= 1.0.2)
URL:
https://akoyabio.github.io/phenoptrReports/,
https://github.com/akoyabio/phenoptrReports/
BugReports: https://github.com/akoyabio/phenoptrReports/issues
Maintainer: Kent S Johnson <kjohnson@akoyabio.com>
VignetteBuilder: knitr