Last updated on 2014-10-10 15:48:48.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.8 | 2.21 | 38.21 | 40.42 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3.8 | 2.91 | 38.55 | 41.46 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.8 | 87.11 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.8 | 81.94 | NOTE | |||
r-devel-osx-x86_64-clang | 0.3.8 | 75.86 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.3.8 | 8.00 | 65.00 | 73.00 | NOTE | |
r-patched-linux-x86_64 | 0.3.8 | 2.92 | 39.84 | 42.76 | OK | |
r-patched-solaris-sparc | 0.3.8 | 499.50 | OK | |||
r-patched-solaris-x86 | 0.3.8 | 117.90 | OK | |||
r-release-linux-ix86 | 0.3.8 | 3.22 | 50.98 | 54.20 | OK | |
r-release-linux-x86_64 | 0.3.8 | 2.75 | 40.58 | 43.33 | OK | |
r-release-osx-x86_64-mavericks | 0.3.8 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.3.8 | 8.00 | 67.00 | 75.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 0.3.8 | 8.00 | 70.00 | 78.00 | OK |
Version: 0.3.8
Check: R code for possible problems
Result: NOTE
explore: no visible global function definition for ‘tktoplevel’
explore: no visible global function definition for ‘tkwm.title’
explore: no visible global function definition for ‘tkrplot’
explore: no visible global function definition for ‘tktext’
explore: no visible global function definition for ‘tkscrollbar’
explore : <anonymous>: no visible global function definition for
‘tkyview’
explore: no visible global function definition for ‘tkconfigure’
explore : <anonymous>: no visible global function definition for
‘tkset’
explore: no visible global function definition for ‘tkpack’
explore: no visible global function definition for ‘tcl’
explore: no visible global function definition for ‘tkcget’
explore : showz: no visible global function definition for ‘tkrreplot’
explore : type: no visible global function definition for ‘tkinsert’
explore : type: no visible global function definition for ‘tksee’
explore : kb: no visible global function definition for ‘tkdestroy’
explore: no visible global function definition for ‘tkbind’
explore: no visible global function definition for ‘tkwait.window’
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-osx-x86_64-clang, r-devel-windows-ix86+x86_64
Version: 0.3.8
Check: compiled code
Result: NOTE
File ‘adehabitatMA/libs/adehabitatMA.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘tests.o’
Found ‘srand’, possibly from ‘srand’ (C)
Object: ‘tests.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the C RNG.
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-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.3.8
Check: compiled code
Result: NOTE
File ‘adehabitatMA/libs/adehabitatMA.so’:
Found ‘_rand’, possibly from ‘rand’ (C)
Object: ‘tests.o’
Found ‘_srand’, possibly from ‘srand’ (C)
Object: ‘tests.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the C RNG.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-osx-x86_64-clang
Version: 0.3.8
Check: compiled code
Result: NOTE
File 'adehabitatMA/libs/i386/adehabitatMA.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'tests.o'
Found 'srand', possibly from 'srand' (C)
Object: 'tests.o'
File 'adehabitatMA/libs/x64/adehabitatMA.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'tests.o'
Found 'srand', possibly from 'srand' (C)
Object: 'tests.o'
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the C RNG.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-devel-windows-ix86+x86_64
Version: 0.3.8
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘maptools’
Flavor: r-release-osx-x86_64-mavericks