Last updated on 2022-06-15 07:52:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 8.69 | 77.45 | 86.14 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 5.68 | 59.31 | 64.99 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 101.42 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 109.99 | NOTE | |||
r-devel-windows-x86_64 | 1.2 | 18.00 | 106.00 | 124.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 7.28 | 73.65 | 80.93 | NOTE | |
r-release-linux-x86_64 | 1.2 | 6.89 | 73.60 | 80.49 | NOTE | |
r-release-macos-arm64 | 1.2 | 34.00 | NOTE | |||
r-release-macos-x86_64 | 1.2 | 45.00 | NOTE | |||
r-release-windows-x86_64 | 1.2 | 21.00 | 108.00 | 129.00 | NOTE | |
r-oldrel-macos-arm64 | 1.2 | 45.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.2 | 60.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.2 | 20.00 | 120.00 | 140.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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, 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