CRAN Package Check Results for Package soobench

Last updated on 2020-01-11 13:47:36 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0-73 8.01 22.67 30.68 NOTE
r-devel-linux-x86_64-debian-gcc 1.0-73 5.89 18.05 23.94 NOTE
r-devel-linux-x86_64-fedora-clang 1.0-73 38.08 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0-73 36.12 NOTE
r-devel-windows-ix86+x86_64 1.0-73 42.00 50.00 92.00 NOTE
r-devel-windows-ix86+x86_64-gcc8 1.0-73 28.00 57.00 85.00 NOTE
r-patched-linux-x86_64 1.0-73 5.59 20.99 26.58 NOTE
r-patched-solaris-x86 1.0-73 52.70 NOTE
r-release-linux-x86_64 1.0-73 5.82 21.24 27.06 NOTE
r-release-windows-ix86+x86_64 1.0-73 39.00 52.00 91.00 NOTE
r-release-osx-x86_64 1.0-73 NOTE
r-oldrel-windows-ix86+x86_64 1.0-73 24.00 39.00 63.00 NOTE
r-oldrel-osx-x86_64 1.0-73 NOTE

Additional issues

gcc10

Check Details

Version: 1.0-73
Check: DESCRIPTION meta-information
Result: NOTE
    Deprecated license: BSD
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 1.0-73
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to 'rgl' in package code.
     Please use :: or requireNamespace() instead.
     See section 'Suggested packages' in the 'Writing R Extensions' manual.
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: 1.0-73
Check: R code for possible problems
Result: NOTE
    plot.soo_function: no visible global function definition for
     'terrain.colors'
    plot.soo_function: no visible binding for global variable 'image'
    plot.soo_function: no visible binding for global variable 'contour'
    plot3d: no visible global function definition for 'persp3d'
    plot3d: no visible global function definition for 'terrain.colors'
    random_parameters.soo_function: no visible global function definition
     for 'runif'
    random_rotation_matrix: no visible global function definition for
     'runif'
    Undefined global functions or variables:
     contour image persp3d runif terrain.colors
    Consider adding
     importFrom("grDevices", "terrain.colors")
     importFrom("graphics", "contour", "image")
     importFrom("stats", "runif")
    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: 1.0-73
Check: compiled code
Result: NOTE
    File ‘soobench/libs/soobench.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