Last updated on 2022-05-09 17:52:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.99.4 | 3.19 | 38.69 | 41.88 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.99.4 | 2.32 | 29.36 | 31.68 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.99.4 | 50.40 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.99.4 | 47.81 | NOTE | |||
r-devel-windows-x86_64 | 0.99.4 | 12.00 | 67.00 | 79.00 | NOTE | |
r-patched-linux-x86_64 | 0.99.4 | 2.33 | 36.53 | 38.86 | NOTE | |
r-release-linux-x86_64 | 0.99.4 | 2.39 | 37.59 | 39.98 | NOTE | |
r-release-macos-arm64 | 0.99.4 | 20.00 | NOTE | |||
r-release-macos-x86_64 | 0.99.4 | 35.00 | NOTE | |||
r-release-windows-x86_64 | 0.99.4 | 12.00 | 66.00 | 78.00 | NOTE | |
r-oldrel-macos-arm64 | 0.99.4 | 27.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.99.4 | 43.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.99.4 | 8.00 | 67.00 | 75.00 | NOTE |
Version: 0.99.4
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls in package code:
'lars' 'randomForest' 'ridge' 'snowfall' 'tree'
Please use :: or requireNamespace() instead.
See section 'Suggested 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, 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: 0.99.4
Check: R code for possible problems
Result: NOTE
COBRA : COBRA.lars: no visible global function definition for 'lars'
COBRA : COBRA.lars: no visible global function definition for
'predict.lars'
COBRA : COBRA.tree: no visible global function definition for 'tree'
COBRA : COBRA.tree: no visible global function definition for
'as.formula'
COBRA : COBRA.tree: no visible global function definition for 'predict'
COBRA : COBRA.ridge: no visible global function definition for
'linearRidge'
COBRA : COBRA.ridge: no visible global function definition for
'as.formula'
COBRA : COBRA.ridge: no visible global function definition for
'predict'
COBRA : COBRA.randomForest: no visible global function definition for
'randomForest'
COBRA : COBRA.randomForest: no visible global function definition for
'predict'
COBRA: no visible global function definition for 'sfInit'
COBRA: no visible global function definition for 'sfLibrary'
COBRA: no visible global function definition for 'sfExportAll'
COBRA: no visible global function definition for 'sfSapply'
COBRA: no visible global function definition for 'sfStop'
COBRA: no visible global function definition for 'write.table'
COBRA: no visible global function definition for 'pdf'
COBRA: no visible global function definition for 'points'
COBRA: no visible global function definition for 'legend'
COBRA: no visible global function definition for 'abline'
COBRA: no visible global function definition for 'lines'
COBRA: no visible global function definition for 'dev.off'
COBRA: no visible global function definition for 'dev.new'
Undefined global functions or variables:
abline as.formula dev.new dev.off lars legend linearRidge lines pdf
points predict predict.lars randomForest sfExportAll sfInit sfLibrary
sfSapply sfStop tree write.table
Consider adding
importFrom("grDevices", "dev.new", "dev.off", "pdf")
importFrom("graphics", "abline", "legend", "lines", "points")
importFrom("stats", "as.formula", "predict")
importFrom("utils", "write.table")
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: 0.99.4
Check: compiled code
Result: NOTE
File ‘COBRA/libs/COBRA.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