Last updated on 2020-08-07 01:49:44 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 8.77 | 60.98 | 69.75 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 6.44 | 46.76 | 53.20 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 91.31 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 80.63 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 19.00 | 98.00 | 117.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 6.99 | 59.57 | 66.56 | NOTE | |
r-patched-solaris-x86 | 1.1 | 126.10 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 7.70 | 59.51 | 67.21 | NOTE | |
r-release-macos-x86_64 | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 20.00 | 96.00 | 116.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 12.00 | 57.00 | 69.00 | NOTE |
Version: 1.1
Check: R code for possible problems
Result: NOTE
.FunFEM.main: no visible global function definition for 'kmeans'
.FunFEM.main: no visible global function definition for 'rmultinom'
.FunFEM.main: no visible global function definition for 'cutree'
.FunFEM.main: no visible global function definition for 'hclust'
.FunFEM.main: no visible global function definition for 'dist'
.FunFEM.main: no visible global function definition for 'par'
.mstep: no visible global function definition for 'cov'
Undefined global functions or variables:
cov cutree dist hclust kmeans par rmultinom
Consider adding
importFrom("graphics", "par")
importFrom("stats", "cov", "cutree", "dist", "hclust", "kmeans",
"rmultinom")
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.1
Check: data for non-ASCII characters
Result: NOTE
Note: found 120 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.1
Check: R code for possible problems
Result: NOTE
.FunFEM.main: no visible global function definition for ‘kmeans’
.FunFEM.main: no visible global function definition for ‘rmultinom’
.FunFEM.main: no visible global function definition for ‘cutree’
.FunFEM.main: no visible global function definition for ‘hclust’
.FunFEM.main: no visible global function definition for ‘dist’
.FunFEM.main: no visible global function definition for ‘par’
.FunFEM.main: no visible global function definition for ‘plot’
.mstep: no visible global function definition for ‘cov’
Undefined global functions or variables:
cov cutree dist hclust kmeans par plot rmultinom
Consider adding
importFrom("graphics", "par", "plot")
importFrom("stats", "cov", "cutree", "dist", "hclust", "kmeans",
"rmultinom")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64