-
Notifications
You must be signed in to change notification settings - Fork 28
/
DESCRIPTION
44 lines (44 loc) · 1.38 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
Encoding: UTF-8
Package: cytominer
Type: Package
Title: Methods for Image-Based Cell Profiling
Version: 0.2.2.9000
Authors@R: c(person("Tim", "Becker", email = "tbecker@broadinstitute.org", role = "aut"),
person("Allen", "Goodman", email = "allen.goodman@icloud.com", role = "aut"),
person("Claire", "McQuin", email = "mcquin@broadinstitute.org", role = "aut"),
person("Mohammad", "Rohban", email = "mrohban@broadinstitute.org", role = "aut"),
person("Shantanu", "Singh", email = "shsingh@broadinstitute.org", role = c("aut", "cre"))
)
Description: `cytominer` is a suite of common functions used to process
high-dimensional readouts from image-based cell profiling experiments.
Depends:
R (>= 3.3.0)
License: BSD_3_clause + file LICENSE
LazyData: TRUE
Imports:
caret (>= 6.0.76),
doParallel (>= 1.0.10),
dplyr (>= 0.8.5),
foreach (>= 1.4.3),
futile.logger (>= 1.4.3),
magrittr (>= 1.5),
Matrix (>= 1.2),
purrr (>= 0.3.3),
rlang (>= 0.4.5),
tibble (>= 2.1.3),
tidyr (>= 1.0.2),
glue
Suggests:
DBI (>= 0.7),
dbplyr (>= 1.4.2),
knitr (>= 1.17),
lazyeval (>= 0.2.0),
readr (>= 1.1.1),
rmarkdown (>= 1.6),
RSQLite (>= 2.0),
stringr (>= 1.2.0),
testthat (>= 1.0.2)
VignetteBuilder: knitr
URL: https://github.com/cytomining/cytominer
BugReports: https://github.com/cytomining/cytominer/issues
RoxygenNote: 7.1.1