CRAN Package Check Results for Package tiff

Last updated on 2020-08-07 01:50:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-5 3.02 17.54 20.56 OK
r-devel-linux-x86_64-debian-gcc 0.1-5 2.50 13.86 16.36 OK
r-devel-linux-x86_64-fedora-clang 0.1-5 33.93 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1-5 24.45 NOTE
r-devel-windows-ix86+x86_64 0.1-5 22.00 35.00 57.00 ERROR
r-patched-linux-x86_64 0.1-5 2.91 17.36 20.27 OK
r-patched-solaris-x86 0.1-5 38.60 OK
r-release-linux-x86_64 0.1-5 2.79 17.48 20.27 OK
r-release-macos-x86_64 0.1-5 OK
r-release-windows-ix86+x86_64 0.1-5 17.00 49.00 66.00 ERROR
r-oldrel-macos-x86_64 0.1-5 OK
r-oldrel-windows-ix86+x86_64 0.1-5 18.00 49.00 67.00 OK

Additional issues

rchk

Check Details

Version: 0.1-5
Check: compiled code
Result: NOTE
    File ‘tiff/libs/tiff.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1-5
Check: running examples for arch ‘i386’
Result: ERROR
    Running examples in 'tiff-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: readTIFF
    > ### Title: Read a bitmap image stored in the TIFF format
    > ### Aliases: readTIFF
    > ### Keywords: IO
    >
    > ### ** Examples
    >
    > # read a sample file (R logo)
    > img <- readTIFF(system.file("img", "Rlogo.tiff", package="tiff"))
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64