Package: ijtiff
Type: Package
Title: TIFF I/O for 'ImageJ' Users
Version: 1.1.0
Authors@R: c(person("Rory", "Nolan", email = "rorynoolan@gmail.com", 
                    role = c("aut", "cre"), 
                    comment = c(ORCID = "0000-0002-5239-4043")),
             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 = "rev", 
                    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: 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/>. Full support for TIFF files with floating 
    point (real-numbered) pixels. Also supports text image I/O.
License: GPL-3
SystemRequirements: libtiff
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
URL: https://www.github.com/ropensci/ijtiff
BugReports: https://www.github.com/ropensci/ijtiff/issues
VignetteBuilder: knitr
Depends: R (>= 2.10)
Imports: checkmate, magrittr, filesstrings (>= 2.1.0), stringr, purrr,
        Rcpp, fields, grDevices, readr, rlang
Suggests: knitr, testthat, rmarkdown, covr, magick, abind, tiff
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2018-04-19 13:56:48 UTC; rnolan
Author: Rory Nolan [aut, cre] (<https://orcid.org/0000-0002-5239-4043>),
  Simon Urbanek [ctb],
  Sergi Padilla-Parra [ths] (<https://orcid.org/0000-0002-8010-9481>),
  Jeroen Ooms [rev] (<https://orcid.org/0000-0002-4035-0289>),
  Jon Clayden [rev] (<https://orcid.org/0000-0002-6608-0619>)
Repository: CRAN
Date/Publication: 2018-04-20 00:05:08 UTC
