Last updated on 2017-09-26 01:47:55.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-5 | 1.54 | 23.45 | 24.99 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1-5 | 1.66 | 22.95 | 24.61 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-5 | 48.74 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-5 | 50.20 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1-5 | 5.00 | 46.00 | 51.00 | NOTE | |
r-patched-linux-x86_64 | 1.1-5 | 1.71 | 23.35 | 25.06 | NOTE | |
r-patched-solaris-x86 | 1.1-5 | 63.00 | NOTE | |||
r-release-linux-x86_64 | 1.1-5 | 1.73 | 23.39 | 25.12 | NOTE | |
r-release-windows-ix86+x86_64 | 1.1-5 | 6.00 | 47.00 | 53.00 | NOTE | |
r-release-osx-x86_64 | 1.1-5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1-5 | 7.00 | 47.00 | 54.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