Last updated on 2022-05-09 17:52:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 2.45 | 45.91 | 48.36 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 2.47 | 35.06 | 37.53 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 58.79 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 56.89 | NOTE | |||
r-devel-windows-x86_64 | 0.1.2 | 16.00 | 60.00 | 76.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.2 | 2.35 | 43.50 | 45.85 | NOTE | |
r-release-linux-x86_64 | 0.1.2 | 2.84 | 43.46 | 46.30 | NOTE | |
r-release-macos-arm64 | 0.1.2 | 19.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.2 | 34.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.2 | 14.00 | 61.00 | 75.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.2 | 21.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.2 | 32.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.1.2 | 7.00 | 54.00 | 61.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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64