-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 2.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Type: Package
Package: ijtiff
Title: Comprehensive TIFF I/O with Full Support for 'ImageJ' TIFF Files
Version: 3.1.1
Authors@R: c(
person("Rory", "Nolan", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5239-4043")),
person("Kent", "Johnson", , "[email protected]", role = "aut"),
person("Simon", "Urbanek", , "[email protected]", role = "ctb"),
person("Sergi", "Padilla-Parra", , "[email protected]", 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 <[email protected]>
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, jsonlite, lubridate, magrittr (>= 1.5), methods,
purrr, readr, rlang (>= 1.0), strex (>= 1.5), stringr (>= 1.4)
Suggests: abind, covr, EBImage, knitr, rmarkdown, spelling, testthat
(>= 3.0), tiff
VignetteBuilder: knitr
Biarch: TRUE
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
SystemRequirements: fftw3, libtiff, libbz2, libdeflate, libjpeg,
liblzma, libwebp, libzstd, X11, zlib
NeedsCompilation: yes
Packaged: 2025-03-21 16:29:15 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: 2025-03-21 16:50:02 UTC