Last updated on 2020-08-07 01:49:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 2.39 | 27.05 | 29.44 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 1.99 | 20.66 | 22.65 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 43.84 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 34.34 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.1 | 9.00 | 38.00 | 47.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1 | 3.00 | 26.77 | 29.77 | NOTE | |
r-patched-solaris-x86 | 1.0.1 | 51.90 | NOTE | |||
r-release-linux-x86_64 | 1.0.1 | 2.84 | 26.43 | 29.27 | NOTE | |
r-release-macos-x86_64 | 1.0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.1 | 13.00 | 51.00 | 64.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 5.00 | 46.00 | 51.00 | NOTE |
Version: 1.0.1
Check: R code for possible problems
Result: NOTE
.pfda.fstep: no visible global function definition for 'dist'
.pfda.mstep: no visible global function definition for 'cov'
Undefined global functions or variables:
cov dist
Consider adding
importFrom("stats", "cov", "dist")
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: 1.0.1
Check: R code for possible problems
Result: NOTE
.pfda.fstep: no visible global function definition for ‘dist’
.pfda.main: no visible global function definition for ‘plot’
.pfda.mstep: no visible global function definition for ‘cov’
Undefined global functions or variables:
cov dist plot
Consider adding
importFrom("graphics", "plot")
importFrom("stats", "cov", "dist")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64