Last updated on 2019-03-05 07:47:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.3.1 | 39.37 | 33.17 | 72.54 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.3.3.1 | 28.40 | 26.26 | 54.66 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.3.3.1 | 108.06 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.3.1 | 95.10 | WARN | |||
r-devel-windows-ix86+x86_64 | 1.3.3.1 | 74.00 | 81.00 | 155.00 | WARN | |
r-patched-linux-x86_64 | 1.3.3.1 | NOTE | ||||
r-patched-solaris-x86 | 1.3.3.1 | 109.30 | NOTE | |||
r-release-linux-x86_64 | 1.3.3.1 | 35.97 | 30.15 | 66.12 | NOTE | |
r-release-windows-ix86+x86_64 | 1.3.3.1 | 90.00 | 93.00 | 183.00 | NOTE | |
r-release-osx-x86_64 | 1.3.3.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.3.3.1 | 109.00 | 68.00 | 177.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: contents of ‘data’ directory
Result: WARN
Output for data("NYTimes", package = "maxent"):
Warning message:
In scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
EOF within quoted string
Output for data("USCongress", package = "maxent"):
Warning message:
In scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
EOF within quoted string
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
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'
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-patched-solaris-x86, r-release-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/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.
Flavor: r-devel-linux-x86_64-fedora-gcc
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.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64