CRAN Package Check Results for Package powell

Last updated on 2019-04-18 16:50:35 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0-0 2.62 24.35 26.97 WARN
r-devel-linux-x86_64-debian-gcc 1.0-0 2.47 19.31 21.78 NOTE
r-devel-linux-x86_64-fedora-clang 1.0-0 32.47 WARN
r-devel-linux-x86_64-fedora-gcc 1.0-0 32.06 NOTE
r-devel-windows-ix86+x86_64 1.0-0 10.00 32.00 42.00 NOTE
r-patched-linux-x86_64 1.0-0 2.95 24.20 27.15 NOTE
r-patched-solaris-x86 1.0-0 41.90 NOTE
r-release-linux-x86_64 1.0-0 2.03 23.32 25.35 NOTE
r-release-windows-ix86+x86_64 1.0-0 8.00 30.00 38.00 NOTE
r-release-osx-x86_64 1.0-0 WARN
r-oldrel-windows-ix86+x86_64 1.0-0 8.00 40.00 48.00 NOTE
r-oldrel-osx-x86_64 1.0-0 WARN

Check Details

Version: 1.0-0
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     powell.c:700:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
     powell.c:724:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 1.0-0
Check: R code for possible problems
Result: NOTE
    NB: .First.lib is obsolete and will not be used in R >= 3.0.0
    
    powell: no visible global function definition for 'Quote'
    Undefined global functions or variables:
     Quote
    Consider adding
     importFrom("methods", "Quote")
    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: 1.0-0
Check: compiled code
Result: NOTE
    File 'powell/libs/powell.so':
     Found 'printf', possibly from 'printf' (C)
     Object: 'powell.o'
     Found 'puts', possibly from 'printf' (C), 'puts' (C)
     Object: 'powell.o'
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs.
    
    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-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.0-0
Check: compiled code
Result: NOTE
    File ‘powell/libs/powell.so’:
     Found ‘printf’, possibly from ‘printf’ (C)
     Object: ‘powell.o’
     Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
     Object: ‘powell.o’
    File ‘powell/libs/powell.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 use Fortran I/O
    nor system RNGs.
    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: 1.0-0
Check: compiled code
Result: NOTE
    File 'powell/libs/i386/powell.dll':
     Found 'printf', possibly from 'printf' (C)
     Object: 'powell.o'
     Found 'puts', possibly from 'printf' (C), 'puts' (C)
     Object: 'powell.o'
    File 'powell/libs/x64/powell.dll':
     Found 'printf', possibly from 'printf' (C)
     Object: 'powell.o'
     Found 'puts', possibly from 'printf' (C), 'puts' (C)
     Object: 'powell.o'
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs.
    
    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: 1.0-0
Check: compiled code
Result: NOTE
    File ‘powell/libs/powell.so’:
     Found ‘printf’, possibly from ‘printf’ (C)
     Object: ‘powell.o’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-patched-solaris-x86

Version: 1.0-0
Check: compiled code
Result: NOTE
    File ‘powell/libs/powell.so’:
     Found ‘_printf’, possibly from ‘printf’ (C)
     Object: ‘powell.o’
     Found ‘_puts’, possibly from ‘printf’ (C), ‘puts’ (C)
     Object: ‘powell.o’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-release-osx-x86_64

Version: 1.0-0
Check: compiled code
Result: NOTE
    File ‘powell/libs/powell.so’:
     Found ‘_printf’, possibly from ‘printf’ (C)
     Object: ‘powell.o’
     Found ‘_puts’, possibly from ‘printf’ (C), ‘puts’ (C)
     Object: ‘powell.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-oldrel-osx-x86_64