Last updated on 2020-08-07 01:49:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.13 | 21.64 | 23.77 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.74 | 16.87 | 18.61 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 37.01 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 28.29 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 6.00 | 31.00 | 37.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.02 | 21.41 | 23.43 | NOTE | |
r-patched-solaris-x86 | 1.0 | 41.70 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.93 | 21.93 | 23.86 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 5.00 | 34.00 | 39.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 41.00 | 45.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-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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64