CRAN Package Check Results for Package maxent

Last updated on 2016-03-07 23:47:28.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 1.3.3.1 19.33 17.61 36.93 NOTE
r-devel-linux-x86_64-fedora-clang 1.3.3.1 81.95 NOTE
r-devel-linux-x86_64-fedora-gcc 1.3.3.1 72.78 NOTE
r-devel-osx-x86_64-clang 1.3.3.1 63.92 NOTE
r-devel-windows-ix86+x86_64 1.3.3.1 121.00 62.00 183.00 NOTE
r-patched-linux-x86_64 1.3.3.1 19.95 19.54 39.49 NOTE
r-patched-solaris-sparc 1.3.3.1 433.30 NOTE
r-patched-solaris-x86 1.3.3.1 87.80 NOTE
r-release-linux-x86_64 1.3.3.1 19.55 18.81 38.36 NOTE
r-release-osx-x86_64-mavericks 1.3.3.1 NOTE
r-release-windows-ix86+x86_64 1.3.3.1 133.00 76.00 209.00 NOTE
r-oldrel-windows-ix86+x86_64 1.3.3.1 109.00 139.00 248.00 NOTE

Memtest notes: gcc6-UBSAN

Check Details

Version: 1.3.3.1
Check: R code for possible problems
Result: NOTE
    tune.maxent: no visible global function definition for ‘predict’
    Undefined global functions or variables:
     predict
    Consider adding
     importFrom("stats", "predict")
    to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64

Version: 1.3.3.1
Check: line endings in Makefiles
Result: NOTE
    Found the following Makefile(s) without a final LF:
     src/Makevars
    Some ‘make’ programs ignore lines not ending in LF.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.3.3.1
Check: compiled code
Result: NOTE
    File ‘maxent/libs/maxent.so’:
     Found ‘rand’, possibly from ‘rand’ (C)
     Object: ‘sgd.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-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64

Version: 1.3.3.1
Check: compiled code
Result: NOTE
    File 'maxent/libs/i386/maxent.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'sgd.o'
    File 'maxent/libs/x64/maxent.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'sgd.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