Package: detrendr
Type: Package
Title: Detrend Images
Version: 0.6.3
Authors@R: c(
    person("Rory", "Nolan", email = "rorynoolan@gmail.com", 
           role = c("aut", "cre"), 
           comment = c(ORCID = "0000-0002-5239-4043")),
    person("Luis", "Alvarez", email = "lalvarez@well.ox.ac.uk",
           role = c("ctb", "cph"), comment = c(ORCID = "0000-0003-1316-1906")),
    person("Sergi", "Padilla-Parra", email = "spadilla@well.ox.ac.uk", 
           role = c("ctb", "ths", "cph"), 
           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
Encoding: UTF-8
LazyData: true
SystemRequirements: GNU make
Depends: R (>= 3.1)
LinkingTo: Rcpp (>= 1.0.1), RcppParallel (>= 4.4.3)
Imports: Rcpp (>= 1.0.1), RcppParallel (>= 4.4.3), parallel, checkmate
        (>= 1.9.3), magrittr (>= 1.5), dplyr, foreach, doParallel,
        iterators, purrr, ijtiff (>= 2.0.0), autothresholdr (>= 1.3.3),
        rlang (>= 0.3.3), stringr (>= 1.2.0), filesstrings (>= 3.1.5),
        plyr, glue (>= 1.3.0), sigmoid, matrixStats, stringi (>=
        1.3.1), assertthat, withr (>= 2.1.0), fs (>= 1.3.1)
URL: https://rorynolan.github.io/detrendr,
        https://www.github.com/rorynolan/detrendr
BugReports: https://www.github.com/rorynolan/detrendr/issues
RoxygenNote: 6.1.1
Suggests: testthat, knitr, rmarkdown, covr, abind, lattice, pacman,
        tidyr, graphics, gridExtra, arrayhelpers, MASS, mgcv, spelling
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: yes
Packaged: 2019-06-28 17:06:53 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: 2019-06-29 04:50:13 UTC
