-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.72 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
Type: Package
Package: autothresholdr
Title: An R Port of the 'ImageJ' Plugin 'Auto Threshold'
Version: 1.4.2
Authors@R: c(
person("Rory", "Nolan", , "[email protected]", role = c("aut", "cre", "trl"),
comment = c(ORCID = "0000-0002-5239-4043")),
person("Luis", "Alvarez", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-1316-1906")),
person("Sergi", "Padilla-Parra", , "[email protected]", role = c("ctb", "ths"),
comment = c(ORCID = "0000-0002-8010-9481")),
person("Gabriel", "Landini", , "[email protected]", role = c("ctb", "cph"),
comment = c(ORCID = "0000-0002-9689-0989"))
)
Maintainer: Rory Nolan <[email protected]>
Description: Algorithms for automatically finding appropriate thresholds
for numerical data, with special functions for thresholding images.
Provides the 'ImageJ' 'Auto Threshold' plugin functionality to R
users. See <https://imagej.net/plugins/auto-threshold> and Landini et
al. (2017) <DOI:10.1111/jmi.12474>.
License: GPL-3
URL: https://rorynolan.github.io/autothresholdr/,
https://github.com/rorynolan/autothresholdr#readme
BugReports: https://github.com/rorynolan/autothresholdr/issues
Depends:
R (>= 3.5)
Imports:
checkmate (>= 1.9.3),
ijtiff (>= 2.2),
magrittr (>= 1.5),
purrr,
Rcpp (>= 1.0.11),
rlang (>= 0.3.3),
stats,
strex (>= 1.4.1),
stringr (>= 1.4)
Suggests:
covr,
dplyr,
ggplot2,
knitr,
rmarkdown,
spelling,
styler (>= 1.3.2),
testthat (>= 3.0),
utils
LinkingTo:
Rcpp (>= 1.0.11)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3