Last updated on 2017-07-26 01:56:22.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.8 | 1.09 | 42.30 | 43.39 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1.8 | 1.00 | 41.11 | 42.11 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1.8 | 54.74 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.8 | 51.84 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1.8 | 7.00 | 70.00 | 77.00 | NOTE | |
r-patched-linux-x86_64 | 1.1.8 | 1.16 | 41.27 | 42.42 | NOTE | |
r-patched-solaris-x86 | 1.1.8 | 73.30 | NOTE | |||
r-release-linux-x86_64 | 1.1.8 | 1.00 | 41.53 | 42.52 | NOTE | |
r-release-windows-ix86+x86_64 | 1.1.8 | 3.00 | 73.00 | 76.00 | NOTE | |
r-release-osx-x86_64 | 1.1.8 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1.8 | 3.00 | 51.00 | 54.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.1.8 | NOTE |
Version: 1.1.8
Check: R code for possible problems
Result: NOTE
msap: no visible global function definition for ‘packageVersion’
msap: no visible global function definition for ‘read.csv’
msap: no visible global function definition for ‘write.csv’
msap: no visible global function definition for ‘sd’
msap: no visible global function definition for ‘wilcox.test’
msap: no visible global function definition for ‘dist’
msap: no visible global function definition for ‘rainbow’
msap: no visible global function definition for ‘png’
msap: no visible global function definition for ‘legend’
msap: no visible global function definition for ‘dev.off’
pcoa: no visible global function definition for ‘cmdscale’
pcoa: no visible global function definition for ‘png’
pcoa: no visible global function definition for ‘par’
pcoa: no visible global function definition for ‘plot’
pcoa: no visible global function definition for ‘rainbow’
pcoa: no visible global function definition for ‘points’
pcoa: no visible global function definition for ‘dev.off’
pcoa: no visible global function definition for ‘write.csv’
Undefined global functions or variables:
cmdscale dev.off dist legend packageVersion par plot png points
rainbow read.csv sd wilcox.test write.csv
Consider adding
importFrom("grDevices", "dev.off", "png", "rainbow")
importFrom("graphics", "legend", "par", "plot", "points")
importFrom("stats", "cmdscale", "dist", "sd", "wilcox.test")
importFrom("utils", "packageVersion", "read.csv", "write.csv")
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64