CRAN Package Check Results for Package exifr

Last updated on 2025-06-14 04:50:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.2 2.50 54.20 56.70 OK
r-devel-linux-x86_64-debian-gcc 0.3.2 2.03 39.50 41.53 OK
r-devel-linux-x86_64-fedora-clang 0.3.2 96.08 OK
r-devel-linux-x86_64-fedora-gcc 0.3.2 92.62 OK
r-devel-windows-x86_64 0.3.2 9.00 81.00 90.00 OK
r-patched-linux-x86_64 0.3.2 2.64 52.16 54.80 OK
r-release-linux-x86_64 0.3.2 2.45 51.62 54.07 OK
r-release-macos-arm64 0.3.2 47.00 OK
r-release-macos-x86_64 0.3.2 59.00 OK
r-release-windows-x86_64 0.3.2 9.00 125.00 134.00 OK
r-oldrel-macos-arm64 0.3.2 34.00 NOTE
r-oldrel-macos-x86_64 0.3.2 51.00 NOTE
r-oldrel-windows-x86_64 0.3.2 10.00 0.00 10.00 FAIL

Check Details

Version: 0.3.2
Check: installed package size
Result: NOTE installed size is 14.1Mb sub-directories of 1Mb or more: exiftool 14.0Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.3.2
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.3.2
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > > files <- list.files(path.package("exifr"), recursive=TRUE, pattern="*.jpg", full.names=TRUE) > exifinfo <- read_exif(files) > # is equivalent to > exifinfo <- read_exif(path.package("exifr"), recursive=TRUE) > > read_exif(files, tags=c("filename", "imagesize")) # A tibble: 1 × 3 SourceFile FileName ImageSize <chr> <chr> <chr> 1 D:/RCompile/CRANpkg/lib/4.4/exifr/images/Canon.jpg Canon.jpg 8 8 > > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 1.22 0.11 3.68 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-oldrel-windows-x86_64