Last updated on 2020-08-07 01:50:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-5 | 5.52 | 42.68 | 48.20 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1-5 | 4.17 | 32.96 | 37.13 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-5 | 65.68 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-5 | 56.48 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1-5 | 15.00 | 51.00 | 66.00 | NOTE | |
r-patched-linux-x86_64 | 1.1-5 | 5.36 | 42.07 | 47.43 | NOTE | |
r-patched-solaris-x86 | 1.1-5 | 86.30 | NOTE | |||
r-release-linux-x86_64 | 1.1-5 | 4.37 | 42.57 | 46.94 | NOTE | |
r-release-macos-x86_64 | 1.1-5 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1-5 | 15.00 | 74.00 | 89.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1-5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1-5 | 9.00 | 66.00 | 75.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-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.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-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