Package: detrendr
Type: Package
Title: Detrend Images
Version: 0.6.1
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
LinkingTo: Rcpp, RcppParallel
SystemRequirements: GNU make
Imports: Rcpp, RcppParallel, parallel, checkmate, magrittr, dplyr,
        foreach, doParallel, iterators, purrr, ijtiff (>= 1.5.0),
        autothresholdr (>= 1.3.0), rlang, stringr, filesstrings (>=
        3.0.0), plyr, glue (>= 1.3.0), sigmoid, matrixStats, stringi,
        assertthat
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, ore (>= 1.4.0),
        clipr, styler, MASS, mgcv, spelling
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: yes
Packaged: 2019-04-13 14:19:48 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-04-13 15:02:39 UTC
