Package: autothresholdr
Type: Package
Title: An R Port of the 'ImageJ' Plugin 'Auto Threshold'
Version: 1.3.0
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
Imports: magrittr, Rcpp, checkmate (>= 1.8.5), ijtiff (>= 1.5.0),
        filesstrings (>= 3.0.0), glue, purrr, stats, stringr, rlang
SystemRequirements: C++11
RoxygenNote: 6.1.0
URL: https://www.github.com/rorynolan/autothresholdr
BugReports: https://www.github.com/rorynolan/autothresholdr/issues
Suggests: testthat, covr, knitr, rmarkdown, utils, ggplot2, dplyr,
        styler, clipr, ore (>= 1.4.0)
VignetteBuilder: knitr
LinkingTo: Rcpp
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2018-11-05 09:05:03 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: 2018-11-05 09:30:02 UTC
