Type: Package
Package: ijtiff
Title: Comprehensive TIFF I/O with Full Support for 'ImageJ' TIFF Files
Version: 2.3.4
Authors@R: c(
    person("Rory", "Nolan", , "rorynoolan@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-5239-4043")),
    person("Kent", "Johnson", , "kjohnson@akoyabio.com", role = "aut"),
    person("Simon", "Urbanek", , "Simon.Urbanek@r-project.org", role = "ctb"),
    person("Sergi", "Padilla-Parra", , "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.net/ij/>. Also supports text image I/O.
License: GPL-3
URL: https://docs.ropensci.org/ijtiff/,
        https://github.com/ropensci/ijtiff
BugReports: https://github.com/ropensci/ijtiff/issues
Depends: R (>= 3.5)
Imports: checkmate (>= 1.9.3), cli, dplyr, fs (>= 1.5), graphics,
        grDevices, magrittr (>= 1.5), methods, purrr, readr, rlang (>=
        1.0), strex (>= 1.5), stringr (>= 1.4), withr (>= 2.1), zeallot
Suggests: abind, covr, EBImage, knitr, mockery, pacman, rmarkdown,
        rprojroot, spelling, testthat (>= 3.0), tiff, vdiffr
VignetteBuilder: knitr
Biarch: TRUE
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.3
SystemRequirements: libtiff, libbz2, libdeflate, libjpeg, liblzma,
        libwebp, libzstd, zlib
NeedsCompilation: yes
Packaged: 2023-12-13 04:23:31 UTC; rorynolan
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: 2023-12-13 05:00:02 UTC
Built: R 4.2.3; aarch64-apple-darwin20; 2023-12-13 06:51:21 UTC; unix
Archs: ijtiff.so.dSYM
