Package: ijtiff
Type: Package
Title: TIFF I/O for 'ImageJ' Users
Version: 1.0.0
Authors@R: c(person("Rory", "Nolan", email = "rorynoolan@gmail.com", 
                    role = c("aut", "cre")),
             person("Simon", "Urbanek", email = "Simon.Urbanek@r-project.org", 
                    role = "ctb"),
             person("Sergi", "Padilla-Parra", email = "spadilla@well.ox.ac.uk", 
                    role = "ths"))
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
Suggests: knitr, testthat, rmarkdown, covr, magick, abind, tiff
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2018-03-16 10:22:35 UTC; rnolan
Author: Rory Nolan [aut, cre],
  Simon Urbanek [ctb],
  Sergi Padilla-Parra [ths]
Repository: CRAN
Date/Publication: 2018-03-16 13:00:19 UTC
