Last updated on 2022-05-18 23:52:26 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-5 | 4.15 | 59.31 | 63.46 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1-5 | 4.14 | 44.88 | 49.02 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-5 | 76.49 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-5 | 78.88 | NOTE | |||
r-devel-windows-x86_64 | 1.1-5 | 13.00 | 73.00 | 86.00 | NOTE | |
r-patched-linux-x86_64 | 1.1-5 | 6.73 | 57.07 | 63.80 | NOTE | |
r-release-linux-x86_64 | 1.1-5 | 6.00 | 55.45 | 61.45 | NOTE | |
r-release-macos-arm64 | 1.1-5 | 22.00 | NOTE | |||
r-release-macos-x86_64 | 1.1-5 | 35.00 | NOTE | |||
r-release-windows-x86_64 | 1.1-5 | 15.00 | 72.00 | 87.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1-5 | 29.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1-5 | 44.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.1-5 | 13.00 | 72.00 | 85.00 | NOTE |
Version: 1.1-5
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls in package code:
'LowRankQP' 'rgenoud'
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: 1.1-5
Check: R code for possible problems
Result: NOTE
fn.V: no visible global function definition for 'LowRankQP'
gaps.plot: no visible global function definition for 'abline'
path.plot: no visible global function definition for 'lines'
path.plot: no visible global function definition for 'abline'
path.plot: no visible global function definition for 'legend'
synth: no visible binding for global variable 'sd'
synth: no visible binding for global variable 'var'
synth: no visible global function definition for 'LowRankQP'
Undefined global functions or variables:
LowRankQP abline legend lines sd var
Consider adding
importFrom("graphics", "abline", "legend", "lines")
importFrom("stats", "sd", "var")
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