-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
52 lines (52 loc) · 1.13 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
Package: phenoptr
Type: Package
Title: inForm Helper Functions
Version: 0.3.2
Date: 2022-01-03
Description: Helper functions for working with inForm data.
Language: en-US
biocViews:
Imports:
dplyr (>= 0.8.0),
EBImage,
foreach,
ggplot2 (>= 3.3.2),
jpeg,
knitr,
lazyeval,
magrittr,
purrr (>= 0.3),
readr (>= 1.2.1),
rlang,
rmarkdown,
spatstat (>= 2.0-0),
spatstat.core,
spatstat.geom,
stringr,
tibble,
tidyr (>= 1.0.0),
tiff (>= 0.1.8),
vroom (>= 1.5.1),
xml2
Depends: R (>= 4.0.0)
License: Zlib | file LICENSE
Copyright: Akoya Biosciences
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Config/testthat/edition: 3
Suggests:
testthat (>= 3.1.0),
doParallel,
rtree
VignetteBuilder: knitr
URL: https://akoyabio.github.io/phenoptr/
BugReports: https://github.com/akoyabio/phenoptr/issues
Maintainer: Kent S Johnson <kjohnson@akoyabio.com>
Authors@R: c(
person("Kent S", "Johnson", role = c("aut", "cre"),
email = "kjohnson@akoyabio.com"),
person("Akoya Biosciences", role="cph"))
Remotes:
akoyabio/rtree
Roxygen: list(markdown = TRUE)