CRAN Package Check Results for Package RArcInfo

Last updated on 2020-03-03 15:50:00 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4-12 7.96 23.55 31.51 NOTE
r-devel-linux-x86_64-debian-gcc 0.4-12 5.45 19.06 24.51 WARN
r-devel-linux-x86_64-fedora-clang 0.4-12 39.93 NOTE
r-devel-linux-x86_64-fedora-gcc 0.4-12 38.34 WARN
r-devel-windows-ix86+x86_64 0.4-12 28.00 45.00 73.00 NOTE
r-devel-windows-ix86+x86_64-gcc8 0.4-12 26.00 45.00 71.00 WARN
r-patched-linux-x86_64 0.4-12 5.49 21.95 27.44 WARN
r-patched-solaris-x86 0.4-12 54.70 NOTE
r-release-linux-x86_64 0.4-12 5.57 22.05 27.62 WARN
r-release-windows-ix86+x86_64 0.4-12 27.00 70.00 97.00 NOTE
r-release-osx-x86_64 0.4-12 NOTE
r-oldrel-windows-ix86+x86_64 0.4-12 23.00 40.00 63.00 NOTE
r-oldrel-osx-x86_64 0.4-12 NOTE

Check Details

Version: 0.4-12
Check: R code for possible problems
Result: NOTE
    plotarc: no visible global function definition for 'par'
    plotarc: no visible global function definition for 'plot'
    plotarc: no visible global function definition for 'lines'
    plotpoly: no visible global function definition for 'par'
    plotpoly: no visible global function definition for 'plot'
    plotpoly: no visible global function definition for 'polygon'
    Undefined global functions or variables:
     lines par plot polygon
    Consider adding
     importFrom("graphics", "lines", "par", "plot", "polygon")
    to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 0.4-12
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation]
     avc_binwr.c:1453:29: warning: ‘%4.4d’ directive writing between 4 and 10 bytes into a region of size 5 [-Wformat-overflow=]
     avc_binwr.c:1553:28: warning: ‘%s’ directive writing up to 39 bytes into a region of size between 38 and 77 [-Wformat-overflow=]
     avc_e00write.c:386:30: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
     avc_e00write.c:387:30: warning: ‘-ID’ directive writing 3 bytes into a region of size between 1 and 40 [-Wformat-overflow=]
     avc_e00write.c:401:61: warning: ‘%s’ directive writing up to 39 bytes into a region of size 17 [-Wformat-overflow=]
     avc_e00write.c:397:61: warning: ‘%s’ directive writing up to 39 bytes into a region of size 17 [-Wformat-overflow=]
     avc_e00write.c:409:39: warning: ‘%s’ directive writing up to 39 bytes into a region of size 33 [-Wformat-overflow=]
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4-12
Check: compiled code
Result: NOTE
    File ‘RArcInfo/libs/RArcInfo.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.4-12
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation]
     avc_binwr.c:1453:29: warning: ‘%4.4d’ directive writing between 4 and 10 bytes into a region of size 5 [-Wformat-overflow=]
     avc_binwr.c:1553:28: warning: ‘%s’ directive writing up to 39 bytes into a region of size between 38 and 77 [-Wformat-overflow=]
     avc_e00write.c:386:30: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
     avc_e00write.c:387:30: warning: ‘-ID’ directive writing 3 bytes into a region of size between 1 and 40 [-Wformat-overflow=]
     avc_e00write.c:401:61: warning: ‘%s’ directive writing up to 39 bytes into a region of size 17 [-Wformat-overflow=]
     avc_e00write.c:397:61: warning: ‘%s’ directive writing up to 39 bytes into a region of size 17 [-Wformat-overflow=]
     avc_e00write.c:409:39: warning: ‘%s’ directive writing up to 39 bytes into a region of size 33 [-Wformat-overflow=]
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.4-12
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     avc_binwr.c:166:9: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation]
     avc_binwr.c:173:9: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation]
     avc_binwr.c:180:9: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation]
     avc_binwr.c:187:9: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation]
     avc_binwr.c:1453:29: warning: '%4.4d' directive writing between 4 and 10 bytes into a region of size 5 [-Wformat-overflow=]
     avc_binwr.c:1553:28: warning: '%s' directive writing up to 39 bytes into a region of size between 38 and 77 [-Wformat-overflow=]
     avc_e00write.c:386:30: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
     avc_e00write.c:387:30: warning: '-ID' directive writing 3 bytes into a region of size between 1 and 40 [-Wformat-overflow=]
     avc_e00write.c:401:61: warning: '%s' directive writing up to 39 bytes into a region of size 17 [-Wformat-overflow=]
     avc_e00write.c:397:61: warning: '%s' directive writing up to 39 bytes into a region of size 17 [-Wformat-overflow=]
     avc_e00write.c:409:39: warning: '%s' directive writing up to 39 bytes into a region of size 33 [-Wformat-overflow=]
Flavors: r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-release-linux-x86_64