Type: Package
Package: detrendr
Title: Detrend Images
Version: 0.6.5
Authors@R: 
    c(person(given = "Rory",
             family = "Nolan",
             role = c("aut", "cre"),
             email = "rorynoolan@gmail.com",
             comment = c(ORCID = "0000-0002-5239-4043")),
      person(given = "Luis",
             family = "Alvarez",
             role = c("ctb", "cph"),
             email = "lalvarez@well.ox.ac.uk",
             comment = c(ORCID = "0000-0003-1316-1906")),
      person(given = "Sergi",
             family = "Padilla-Parra",
             role = c("ctb", "ths", "cph"),
             email = "spadilla@well.ox.ac.uk",
             comment = c(ORCID = "0000-0002-8010-9481")))
Maintainer: Rory Nolan <rorynoolan@gmail.com>
Description: Detrend fluorescence microscopy image series for
    fluorescence fluctuation and correlation spectroscopy ('FCS' and
    'FFS') analysis. This package contains functionality published in a
    2016 paper <doi:10.1093/bioinformatics/btx434> but it has been
    extended since then with the Robin Hood algorithm and thus contains
    unpublished work.
License: BSD_3_clause + file LICENSE
URL: https://rorynolan.github.io/detrendr,
        https://www.github.com/rorynolan/detrendr
BugReports: https://www.github.com/rorynolan/detrendr/issues
Depends: R (>= 3.1)
Imports: autothresholdr (>= 1.3.3), checkmate (>= 1.9.3), doParallel,
        dplyr, filesstrings (>= 3.1.5), foreach, ijtiff (>= 2.0.2),
        iterators, magrittr (>= 1.5), matrixStats, parallel, plyr,
        purrr, Rcpp (>= 1.0.1), RcppParallel (>= 5.0.0), rlang (>=
        0.3.3), stringr (>= 1.4.0), tools, withr (>= 2.1.0)
Suggests: abind, arrayhelpers, covr, ggplot2, glue (>= 1.3.0),
        graphics, gridExtra, knitr, lattice, MASS, mgcv, pacman,
        rmarkdown, spelling, testthat, tidyr
LinkingTo: Rcpp (>= 1.0.1), RcppParallel (>= 5.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.0.2
SystemRequirements: GNU make
NeedsCompilation: yes
Packaged: 2020-03-16 18:56:38 UTC; rnolan
Author: Rory Nolan [aut, cre] (<https://orcid.org/0000-0002-5239-4043>),
  Luis Alvarez [ctb, cph] (<https://orcid.org/0000-0003-1316-1906>),
  Sergi Padilla-Parra [ctb, ths, cph]
    (<https://orcid.org/0000-0002-8010-9481>)
Repository: CRAN
Date/Publication: 2020-03-16 19:50:02 UTC
