CRAN Package Check Results for Package camel

Last updated on 2017-07-26 01:56:07.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 5.61 64.17 69.79 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.0 5.49 62.07 67.56 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.0 128.11 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.0 127.34 NOTE
r-devel-windows-ix86+x86_64 0.2.0 29.00 171.00 200.00 NOTE
r-patched-linux-x86_64 0.2.0 5.60 67.80 73.39 NOTE
r-patched-solaris-x86 0.2.0 187.00 NOTE
r-release-linux-x86_64 0.2.0 5.23 64.75 69.99 NOTE
r-release-windows-ix86+x86_64 0.2.0 20.00 166.00 186.00 NOTE
r-release-osx-x86_64 0.2.0 NOTE
r-oldrel-windows-ix86+x86_64 0.2.0 20.00 122.00 142.00 NOTE
r-oldrel-osx-x86_64 0.2.0 NOTE

Check Details

Version: 0.2.0
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     plot.slim
    See section ‘Registering S3 methods’ 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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64

Version: 0.2.0
Check: R code for possible problems
Result: NOTE
    camel.plot: no visible global function definition for ‘postscript’
    camel.plot: no visible global function definition for ‘par’
    camel.plot: no visible global function definition for ‘plot’
    camel.plot: no visible global function definition for ‘dev.off’
    camel.slim: no visible global function definition for ‘cor’
    camel.tiger: no visible global function definition for ‘cor’
    camel.tiger: no visible global function definition for ‘cov’
    camel.tiger: no visible global function definition for ‘new’
    camel.tiger.cv: no visible global function definition for ‘cov’
    camel.tiger.cv: no visible binding for global variable ‘sd’
    camel.tiger.generator: no visible global function definition for
     ‘runif’
    camel.tiger.generator: no visible global function definition for ‘cor’
    camel.tiger.generator: no visible global function definition for ‘par’
    camel.tiger.generator: no visible global function definition for
     ‘gray.colors’
    camel.tiger.generator: no visible global function definition for ‘plot’
    camel.tiger.roc: no visible global function definition for ‘par’
    camel.tiger.roc: no visible global function definition for ‘plot’
    camel.tiger.select: no visible global function definition for
     ‘flush.console’
    plot.roc: no visible global function definition for ‘par’
    plot.roc: no visible global function definition for ‘plot’
    plot.select: no visible global function definition for ‘par’
    plot.select: no visible global function definition for ‘plot’
    plot.select: no visible global function definition for ‘lines’
    plot.sim: no visible global function definition for ‘gray.colors’
    plot.sim: no visible global function definition for ‘plot’
    plot.slim: no visible global function definition for ‘matplot’
    plot.tiger: no visible global function definition for ‘par’
    plot.tiger: no visible global function definition for ‘plot’
    plot.tiger: no visible global function definition for ‘lines’
    Undefined global functions or variables:
     cor cov dev.off flush.console gray.colors lines matplot new par plot
     postscript runif sd
    Consider adding
     importFrom("grDevices", "dev.off", "gray.colors", "postscript")
     importFrom("graphics", "lines", "matplot", "par", "plot")
     importFrom("methods", "new")
     importFrom("stats", "cor", "cov", "runif", "sd")
     importFrom("utils", "flush.console")
    to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
    contains 'methods').
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-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.2.0
Check: compiled code
Result: NOTE
    File ‘camel/libs/camel.so’:
     Found ‘rand’, possibly from ‘rand’ (C)
     Object: ‘SFGen.o’
     Found ‘srand’, possibly from ‘srand’ (C)
     Object: ‘SFGen.o’
    File ‘camel/libs/camel.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor the system RNG.
    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-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-release-linux-x86_64

Version: 0.2.0
Check: compiled code
Result: NOTE
    File 'camel/libs/i386/camel.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'SFGen.o'
     Found 'srand', possibly from 'srand' (C)
     Object: 'SFGen.o'
    File 'camel/libs/x64/camel.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'SFGen.o'
     Found 'srand', possibly from 'srand' (C)
     Object: 'SFGen.o'
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor the system RNG.
    
    See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.2.0
Check: compiled code
Result: NOTE
    File ‘camel/libs/camel.so’:
     Found ‘rand’, possibly from ‘rand’ (C)
     Object: ‘SFGen.o’
     Found ‘srand’, possibly from ‘srand’ (C)
     Object: ‘SFGen.o’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor the system RNG.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-patched-solaris-x86

Version: 0.2.0
Check: compiled code
Result: NOTE
    File ‘camel/libs/camel.so’:
     Found ‘_rand’, possibly from ‘rand’ (C)
     Object: ‘SFGen.o’
     Found ‘_srand’, possibly from ‘srand’ (C)
     Object: ‘SFGen.o’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor the system RNG.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64