Package: ijtiff
Type: Package
Title: Comprehensive TIFF I/O with Full Support for 'ImageJ' TIFF Files
Version: 1.4.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 = "kent.johnson@perkinelmer.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.0
URL: https://ropensci.github.io/ijtiff
BugReports: https://www.github.com/ropensci/ijtiff/issues
VignetteBuilder: knitr
Depends: R (>= 2.10)
Imports: checkmate, magrittr, filesstrings (>= 2.7.0), stringr, purrr,
        Rcpp, fields, grDevices, readr, rlang, dplyr, methods, glue,
        BBmisc
Suggests: knitr, testthat, rmarkdown, covr, magick, abind, tiff,
        EBImage, spelling
LinkingTo: Rcpp
Language: en-US
NeedsCompilation: yes
Packaged: 2018-09-24 10:14:40 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: 2018-09-24 10:40:02 UTC
