Last updated on 2017-07-31 01:47:09.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.4 | 0.93 | 34.64 | 35.57 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3.4 | 0.96 | 28.04 | 28.99 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3.4 | 39.05 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.4 | 37.19 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.3.4 | 7.00 | 54.00 | 61.00 | NOTE | |
r-patched-linux-x86_64 | 1.3.4 | 0.93 | 33.82 | 34.75 | NOTE | |
r-patched-solaris-x86 | 1.3.4 | 65.30 | NOTE | |||
r-release-linux-x86_64 | 1.3.4 | 0.90 | 33.86 | 34.76 | NOTE | |
r-release-windows-ix86+x86_64 | 1.3.4 | 4.00 | 64.00 | 68.00 | NOTE | |
r-release-osx-x86_64 | 1.3.4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.3.4 | 5.00 | 41.00 | 46.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.3.4 | NOTE |
Version: 1.3.4
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to ‘foreach’ in package code.
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.3.4
Check: R code for possible problems
Result: NOTE
dotplot.pbo: no visible global function definition for ‘reorder’
pbo: no visible global function definition for ‘%dopar%’
pbo: no visible global function definition for ‘foreach’
pbo: no visible global function definition for ‘lm’
xyplot.pbo: no visible global function definition for ‘ecdf’
xyplot.pbo: no visible global function definition for ‘doubleYScale’
xyplot.pbo: no visible global function definition for ‘reorder’
Undefined global functions or variables:
%dopar% doubleYScale ecdf foreach lm reorder
Consider adding
importFrom("stats", "ecdf", "lm", "reorder")
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