Last updated on 2021-03-02 20:48:12 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | NOTE | ||||
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 2.20 | 27.68 | 29.88 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 56.34 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 44.58 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.2 | 7.00 | 55.00 | 62.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.2 | 2.45 | 34.40 | 36.85 | NOTE | |
r-patched-solaris-x86 | 0.1.2 | 68.00 | NOTE | |||
r-release-linux-x86_64 | 0.1.2 | 2.52 | 34.14 | 36.66 | NOTE | |
r-release-macos-x86_64 | 0.1.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1.2 | 5.00 | 47.00 | 52.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.2 | 39.00 | 56.00 | 95.00 | NOTE |
Version: 0.1.2
Check: R code for possible problems
Result: NOTE
fit,Leader: no visible global function definition for 'lm'
plotfit,Leader: no visible global function definition for 'par'
Undefined global functions or variables:
lm par
Consider adding
importFrom("graphics", "par")
importFrom("stats", "lm")
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.1.2
Check: R code for possible problems
Result: NOTE
fit,Leader: no visible global function definition for ‘lm’
plotfit,Leader: no visible global function definition for ‘par’
plotfit,Leader: no visible global function definition for ‘plot’
Undefined global functions or variables:
lm par plot
Consider adding
importFrom("graphics", "par", "plot")
importFrom("stats", "lm")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64