Last updated on 2020-08-07 01:50:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3 | 1.88 | 17.61 | 19.49 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3 | 1.49 | 14.06 | 15.55 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3 | 32.37 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3 | 22.73 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.3 | 6.00 | 28.00 | 34.00 | NOTE | |
r-patched-linux-x86_64 | 0.3 | 1.92 | 17.46 | 19.38 | NOTE | |
r-patched-solaris-x86 | 0.3 | 39.40 | NOTE | |||
r-release-linux-x86_64 | 0.3 | 1.79 | 17.47 | 19.26 | NOTE | |
r-release-macos-x86_64 | 0.3 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.3 | 4.00 | 25.00 | 29.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.3 | 4.00 | 34.00 | 38.00 | NOTE |
Version: 0.3
Check: R code for possible problems
Result: NOTE
slcestimates: no visible global function definition for 'par'
slcestimates: no visible global function definition for 'abline'
slcestimates: no visible global function definition for 'lines'
slcestimates: no visible global function definition for 'axis'
slcestimates: no visible global function definition for 'points'
slcestimates: no visible global function definition for 'title'
Undefined global functions or variables:
abline axis lines par points title
Consider adding
importFrom("graphics", "abline", "axis", "lines", "par", "points",
"title")
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
Version: 0.3
Check: Rd cross-references
Result: NOTE
Undeclared package ‘RcmdrPlugin.SLC’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3
Check: R code for possible problems
Result: NOTE
slcestimates: no visible global function definition for ‘par’
slcestimates: no visible global function definition for ‘plot’
slcestimates: no visible global function definition for ‘abline’
slcestimates: no visible global function definition for ‘lines’
slcestimates: no visible global function definition for ‘axis’
slcestimates: no visible global function definition for ‘points’
slcestimates: no visible global function definition for ‘title’
Undefined global functions or variables:
abline axis lines par plot points title
Consider adding
importFrom("graphics", "abline", "axis", "lines", "par", "plot",
"points", "title")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64