Last updated on 2019-01-19 00:46:46 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-5 | 3.52 | 38.55 | 42.07 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1-5 | 2.43 | 30.69 | 33.12 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-5 | 50.28 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-5 | 46.70 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1-5 | 13.00 | 70.00 | 83.00 | NOTE | |
r-patched-linux-x86_64 | 1.1-5 | 2.52 | 35.48 | 38.00 | NOTE | |
r-patched-solaris-x86 | 1.1-5 | 72.60 | NOTE | |||
r-release-linux-x86_64 | 1.1-5 | 2.91 | 35.94 | 38.85 | NOTE | |
r-release-windows-ix86+x86_64 | 1.1-5 | 8.00 | 71.00 | 79.00 | NOTE | |
r-release-osx-x86_64 | 1.1-5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1-5 | 7.00 | 43.00 | 50.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.1-5 | 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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64