Last updated on 2022-05-09 17:52:34 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.96 | 34.57 | 36.53 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.74 | 26.29 | 28.03 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 44.78 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 42.62 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 11.00 | 53.00 | 64.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.37 | 33.21 | 35.58 | NOTE | |
r-release-linux-x86_64 | 1.0 | 2.10 | 33.43 | 35.53 | NOTE | |
r-release-macos-arm64 | 1.0 | 17.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 27.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 5.00 | 53.00 | 58.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 19.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 27.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 27.00 | 32.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
negbin.rel.clust: no visible global function definition for 'kmeans'
negbin.rel.clust: no visible global function definition for 'matplot'
negbin.rel.pca: no visible global function definition for 'princomp'
negbin.rel.pca: no visible global function definition for 'biplot'
pois.rel.clust: no visible global function definition for 'kmeans'
pois.rel.clust: no visible global function definition for 'matplot'
pois.rel.pca: no visible global function definition for 'princomp'
pois.rel.pca: no visible global function definition for 'biplot'
sim.negbin: no visible global function definition for 'rnbinom'
sim.pois: no visible global function definition for 'rpois'
wt.rel.negbin: no visible global function definition for 'var'
wt.rel.negbin: no visible global function definition for 'optimize'
wt.rel.negbin: no visible global function definition for 'integrate'
wt.rel.pois: no visible global function definition for 'optimize'
wt.rel.pois: no visible global function definition for 'integrate'
Undefined global functions or variables:
biplot integrate kmeans matplot optimize princomp rnbinom rpois var
Consider adding
importFrom("graphics", "matplot")
importFrom("stats", "biplot", "integrate", "kmeans", "optimize",
"princomp", "rnbinom", "rpois", "var")
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