Last updated on 2020-08-03 07:51:08 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 5.24 | 28.64 | 33.88 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 4.38 | 21.94 | 26.32 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 49.64 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 40.49 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 19.00 | 65.00 | 84.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 5.74 | 28.01 | 33.75 | NOTE | |
r-patched-solaris-x86 | 1.0 | 61.70 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 6.15 | 28.08 | 34.23 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 16.00 | 71.00 | 87.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 10.00 | 67.00 | 77.00 | NOTE |
Version: 1.0
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Title field: should not end in a period.
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
MRwarp: no visible global function definition for 'dev.new'
MRwarp: no visible global function definition for 'lines'
MRwarp: no visible global function definition for 'points'
MRwarp: no visible global function definition for 'hist'
Undefined global functions or variables:
dev.new hist lines points
Consider adding
importFrom("grDevices", "dev.new")
importFrom("graphics", "hist", "lines", "points")
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-macos-x86_64, r-release-windows-ix86+x86_64
Version: 1.0
Check: compiled code
Result: NOTE
File 'MRwarping/libs/MRwarping.so':
Found 'rand', possibly from 'rand' (C)
Object: 'interfaceRC_warp.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.0
Check: compiled code
Result: NOTE
File ‘MRwarping/libs/MRwarping.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘interfaceRC_warp.o’
File ‘MRwarping/libs/MRwarping.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
Check: compiled code
Result: NOTE
File 'MRwarping/libs/i386/MRwarping.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'interfaceRC_warp.o'
File 'MRwarping/libs/x64/MRwarping.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'interfaceRC_warp.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
Check: compiled code
Result: NOTE
File ‘MRwarping/libs/MRwarping.so’:
Found ‘_rand’, possibly from ‘rand’ (C)
Object: ‘interfaceRC_warp.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-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
MRwarp: no visible global function definition for ‘dev.new’
MRwarp: no visible global function definition for ‘plot’
MRwarp: no visible global function definition for ‘lines’
MRwarp: no visible global function definition for ‘points’
MRwarp: no visible global function definition for ‘hist’
Undefined global functions or variables:
dev.new hist lines plot points
Consider adding
importFrom("grDevices", "dev.new")
importFrom("graphics", "hist", "lines", "plot", "points")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64