Last updated on 2020-08-07 01:49:44 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 7.46 | 62.76 | 70.22 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 5.97 | 49.45 | 55.42 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 91.93 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 82.85 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 30.00 | 110.00 | 140.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 7.17 | 62.04 | 69.21 | NOTE | |
r-patched-solaris-x86 | 1.2 | 118.20 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 6.97 | 62.51 | 69.48 | NOTE | |
r-release-macos-x86_64 | 1.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2 | 30.00 | 145.00 | 175.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.2 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 16.00 | 101.00 | 117.00 | NOTE |
Version: 1.2
Check: R code for possible problems
Result: NOTE
ROCscore: no visible global function definition for 'par'
ROCscore: no visible global function definition for 'axis'
ROCscore: no visible global function definition for 'mtext'
ROCscore: no visible global function definition for 'legend'
alphafrontier.2d: no visible global function definition for 'par'
alphafrontier.2d: no visible global function definition for 'polygon'
alphafrontier.2d: no visible global function definition for 'lines'
alphafrontier.2d: no visible global function definition for 'points'
alphafrontier.3d: no visible global function definition for 'layout'
alphafrontier.3d: no visible global function definition for 'barplot'
alphafrontier.3d: no visible global function definition for 'axis'
alphafrontier.3d: no visible global function definition for 'lines'
alphafrontier.3d: no visible global function definition for 'na.omit'
ordermfrontier.2d: no visible global function definition for 'par'
ordermfrontier.2d: no visible global function definition for 'polygon'
ordermfrontier.2d: no visible global function definition for 'lines'
ordermfrontier.2d: no visible global function definition for 'points'
ordermscore.boot: no visible global function definition for 'sd'
Undefined global functions or variables:
axis barplot layout legend lines mtext na.omit par points polygon sd
Consider adding
importFrom("graphics", "axis", "barplot", "layout", "legend", "lines",
"mtext", "par", "points", "polygon")
importFrom("stats", "na.omit", "sd")
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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.2
Check: compiled code
Result: NOTE
File ‘frontiles/libs/frontiles.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.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: 'rgl_init' failed, running with rgl.useNULL = TRUE
Flavor: r-oldrel-macos-x86_64