Package: ijtiff
Type: Package
Title: Comprehensive TIFF I/O with Full Support for 'ImageJ' TIFF Files
Version: 2.0.1
Authors@R: c(person("Rory", "Nolan", email = "rorynoolan@gmail.com", 
                    role = c("aut", "cre"), 
                    comment = c(ORCID = "0000-0002-5239-4043")),
             person("Kent", "Johnson", email = "kjohnson@akoyabio.com",
                    role = "aut"),
             person("Simon", "Urbanek", email = "Simon.Urbanek@r-project.org", 
                    role = "ctb"),
             person("Sergi", "Padilla-Parra", email = "spadilla@well.ox.ac.uk", 
                    role = "ths", comment = c(ORCID = "0000-0002-8010-9481")),
             person("Jeroen", "Ooms", role = c("rev", "ctb"), 
                    comment = c(ORCID = "0000-0002-4035-0289")),
             person("Jon", "Clayden", 
                    role = "rev", comment = c(ORCID = "0000-0002-6608-0619")))
Maintainer: Rory Nolan <rorynoolan@gmail.com>
Description: General purpose TIFF file I/O for R users. Currently the only such 
    package with read and write support for TIFF files with floating point 
    (real-numbered) pixels, and the only package that can correctly import TIFF 
    files that were saved from 'ImageJ' and write TIFF files than can be 
    correctly read by 'ImageJ' <https://imagej.nih.gov/ij/>.
    Also supports text image I/O.
License: GPL-3
SystemRequirements: libtiff
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
URL: https://ropensci.github.io/ijtiff,
        https://www.github.com/ropensci/ijtiff
BugReports: https://www.github.com/ropensci/ijtiff/issues
VignetteBuilder: knitr
Depends: R (>= 3.1)
Imports: graphics, grDevices, methods, Rcpp (>= 1.0.1), checkmate (>=
        1.9.3), magrittr (>= 1.5), filesstrings (>= 3.1.5), stringr (>=
        1.2.0), purrr, readr, rlang (>= 0.3.3), dplyr, glue (>= 1.3.0),
        fs (>= 1.3.1), withr (>= 2.1.0)
Suggests: knitr, testthat (>= 2.1.0), rmarkdown, covr, abind, tiff,
        EBImage, spelling, pacman
LinkingTo: Rcpp (>= 1.0.1)
Language: en-US
NeedsCompilation: yes
Packaged: 2019-06-28 14:42:57 UTC; rnolan
Author: Rory Nolan [aut, cre] (<https://orcid.org/0000-0002-5239-4043>),
  Kent Johnson [aut],
  Simon Urbanek [ctb],
  Sergi Padilla-Parra [ths] (<https://orcid.org/0000-0002-8010-9481>),
  Jeroen Ooms [rev, ctb] (<https://orcid.org/0000-0002-4035-0289>),
  Jon Clayden [rev] (<https://orcid.org/0000-0002-6608-0619>)
Repository: CRAN
Date/Publication: 2019-06-28 15:40:03 UTC
