Last updated on 2020-10-11 01:47:31 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2-1 | 4.33 | 29.00 | 33.33 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2-1 | 3.51 | 22.60 | 26.11 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2-1 | 48.88 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2-1 | 41.33 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2-1 | 12.00 | 47.00 | 59.00 | NOTE | |
r-patched-linux-x86_64 | 1.2-1 | 4.18 | 27.48 | 31.66 | NOTE | |
r-patched-solaris-x86 | 1.2-1 | 57.20 | NOTE | |||
r-release-linux-x86_64 | 1.2-1 | 4.00 | 27.85 | 31.85 | NOTE | |
r-release-macos-x86_64 | 1.2-1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2-1 | 11.00 | 59.00 | 70.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.2-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2-1 | 11.00 | 42.00 | 53.00 | NOTE |
Version: 1.2-1
Check: R code for possible problems
Result: NOTE
cv.coef: no visible global function definition for 'sd'
normalize.softmax: no visible global function definition for 'plogis'
plot.rknnSupport: no visible global function definition for 'dotchart'
predicted: no visible global function definition for 'influence'
predicted: no visible global function definition for 'fitted'
predicted: no visible global function definition for 'resid'
pressresid: no visible global function definition for 'influence'
pressresid: no visible global function definition for 'resid'
Undefined global functions or variables:
dotchart fitted influence plogis resid sd
Consider adding
importFrom("graphics", "dotchart")
importFrom("stats", "fitted", "influence", "plogis", "resid", "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
Version: 1.2-1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘golubEsets’
Flavor: r-release-macos-x86_64
Version: 1.2-1
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking:
'Biobase', 'genefilter', 'golubEsets'
Flavor: r-oldrel-macos-x86_64
Version: 1.2-1
Check: R code for possible problems
Result: NOTE
cv.coef: no visible global function definition for ‘sd’
normalize.softmax: no visible global function definition for ‘plogis’
plot.rknnBeg: no visible global function definition for ‘plot’
plot.rknnBel: no visible global function definition for ‘plot’
plot.rknnSupport: no visible global function definition for ‘dotchart’
predicted: no visible global function definition for ‘influence’
predicted: no visible global function definition for ‘fitted’
predicted: no visible global function definition for ‘resid’
pressresid: no visible global function definition for ‘influence’
pressresid: no visible global function definition for ‘resid’
Undefined global functions or variables:
dotchart fitted influence plogis plot resid sd
Consider adding
importFrom("graphics", "dotchart", "plot")
importFrom("stats", "fitted", "influence", "plogis", "resid", "sd")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64