Last updated on 2018-02-25 00:48:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.3.1 | 34.41 | 30.18 | 64.59 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3.3.1 | 23.46 | 24.07 | 47.53 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3.3.1 | 95.11 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.3.1 | 80.94 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.3.3.1 | 107.00 | 68.00 | 175.00 | NOTE | |
r-patched-linux-x86_64 | 1.3.3.1 | 35.88 | 32.02 | 67.90 | NOTE | |
r-patched-solaris-x86 | 1.3.3.1 | 93.80 | NOTE | |||
r-release-linux-x86_64 | 1.3.3.1 | 31.76 | 31.21 | 62.97 | NOTE | |
r-release-windows-ix86+x86_64 | 1.3.3.1 | 123.00 | 92.00 | 215.00 | NOTE | |
r-release-osx-x86_64 | 1.3.3.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.3.3.1 | 78.00 | 94.00 | 172.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.3.3.1 | NOTE |
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-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.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-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.3.3.1
Check: compiled code
Result: NOTE
File ‘maxent/libs/maxent.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘sgd.o’
File ‘maxent/libs/maxent.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-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64
Version: 1.3.3.1
Check: compiled code
Result: NOTE
File ‘maxent/libs/maxent.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.
Flavor: r-devel-linux-x86_64-fedora-clang
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 use Fortran I/O
nor system RNGs.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-devel-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 use Fortran I/O
nor system RNGs.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-patched-solaris-x86
Version: 1.3.3.1
Check: compiled code
Result: NOTE
File ‘maxent/libs/maxent.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘sgd.o’
File ‘maxent/libs/maxent.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.
Flavor: 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-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64