Package: autothresholdr
Type: Package
Title: An R Port of the 'ImageJ' Plugin 'Auto Threshold'
Version: 1.3.4
Authors@R: c(
    person("Rory", "Nolan", email = "rorynoolan@gmail.com", 
           role = c("aut", "cre", "trl"), 
           comment = c(ORCID = "0000-0002-5239-4043")),
    person("Luis", "Alvarez", email = "lalvarez@well.ox.ac.uk",
           role = "ctb", comment = c(ORCID = "0000-0003-1316-1906")),
    person("Sergi", "Padilla-Parra", email = "spadilla@well.ox.ac.uk", 
           role = c("ctb", "ths"), comment = c(ORCID = "0000-0002-8010-9481")),
    person("Gabriel", "Landini", email = "G.Landini@bham.ac.uk", 
           role = c("ctb", "cph"), comment = c(ORCID = "0000-0002-9689-0989"))
    )
Maintainer: Rory Nolan <rorynoolan@gmail.com>
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 
    <http://imagej.net/Auto_Threshold> and Landini et al. (2017) 
    <DOI:10.1111/jmi.12474>.
License: GPL-3
LazyData: TRUE
Depends: R (>= 3.1)
Imports: stats, magrittr (>= 1.5), Rcpp (>= 1.0.1), checkmate (>=
        1.9.3), ijtiff (>= 2.0.0), filesstrings (>= 3.1.5), glue (>=
        1.3.0), purrr, rlang (>= 0.3.3)
SystemRequirements: C++11
RoxygenNote: 6.1.1
URL: https://rorynolan.github.io/autothresholdr/,
        https://www.github.com/rorynolan/autothresholdr
BugReports: https://www.github.com/rorynolan/autothresholdr/issues
Suggests: testthat (>= 2.1.0), covr, knitr, rmarkdown, utils, ggplot2,
        dplyr, spelling
VignetteBuilder: knitr
LinkingTo: Rcpp (>= 1.0.1)
Encoding: UTF-8
Language: en-US
NeedsCompilation: yes
Packaged: 2019-06-28 14:31:38 UTC; rnolan
Author: Rory Nolan [aut, cre, trl] (<https://orcid.org/0000-0002-5239-4043>),
  Luis Alvarez [ctb] (<https://orcid.org/0000-0003-1316-1906>),
  Sergi Padilla-Parra [ctb, ths]
    (<https://orcid.org/0000-0002-8010-9481>),
  Gabriel Landini [ctb, cph] (<https://orcid.org/0000-0002-9689-0989>)
Repository: CRAN
Date/Publication: 2019-06-28 15:40:15 UTC
