Last updated on 2020-08-07 01:49:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-1 | 4.45 | 38.68 | 43.13 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0-1 | 3.10 | 28.66 | 31.76 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0-1 | 58.07 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-1 | 48.27 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0-1 | 10.00 | 57.00 | 67.00 | NOTE | |
r-patched-linux-x86_64 | 1.0-1 | 3.42 | 38.32 | 41.74 | NOTE | |
r-patched-solaris-x86 | 1.0-1 | 67.10 | NOTE | |||
r-release-linux-x86_64 | 1.0-1 | 4.19 | 37.85 | 42.04 | NOTE | |
r-release-macos-x86_64 | 1.0-1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0-1 | 8.00 | 42.00 | 50.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0-1 | 7.00 | 60.00 | 67.00 | NOTE |
Version: 1.0-1
Check: R code for possible problems
Result: NOTE
ORICC1: no visible binding for global variable 'sd'
ORICC1: no visible global function definition for 'write.table'
ORICC1: no visible global function definition for 'postscript'
ORICC1: no visible global function definition for 'jpeg'
ORICC1: no visible global function definition for 'points'
ORICC1: no visible global function definition for 'dev.off'
ORICC1: no visible global function definition for 'par'
ORICC2: no visible binding for global variable 'sd'
ORICC2: no visible global function definition for 'write.table'
ORICC2: no visible global function definition for 'postscript'
ORICC2: no visible global function definition for 'jpeg'
ORICC2: no visible global function definition for 'points'
ORICC2: no visible global function definition for 'dev.off'
ORICC2: no visible global function definition for 'par'
Undefined global functions or variables:
dev.off jpeg par points postscript sd write.table
Consider adding
importFrom("grDevices", "dev.off", "jpeg", "postscript")
importFrom("graphics", "par", "points")
importFrom("stats", "sd")
importFrom("utils", "write.table")
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: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
'cluster of fitted mean data.eps' 'cluster of fitted mean data.txt'
'cluster of raw data.txt'
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 1.0-1
Check: R code for possible problems
Result: NOTE
ORICC1: no visible binding for global variable ‘sd’
ORICC1: no visible global function definition for ‘write.table’
ORICC1: no visible global function definition for ‘postscript’
ORICC1: no visible global function definition for ‘jpeg’
ORICC1: no visible global function definition for ‘plot’
ORICC1: no visible global function definition for ‘points’
ORICC1: no visible global function definition for ‘dev.off’
ORICC1: no visible global function definition for ‘par’
ORICC2: no visible binding for global variable ‘sd’
ORICC2: no visible global function definition for ‘write.table’
ORICC2: no visible global function definition for ‘postscript’
ORICC2: no visible global function definition for ‘jpeg’
ORICC2: no visible global function definition for ‘plot’
ORICC2: no visible global function definition for ‘points’
ORICC2: no visible global function definition for ‘dev.off’
ORICC2: no visible global function definition for ‘par’
Undefined global functions or variables:
dev.off jpeg par plot points postscript sd write.table
Consider adding
importFrom("grDevices", "dev.off", "jpeg", "postscript")
importFrom("graphics", "par", "plot", "points")
importFrom("stats", "sd")
importFrom("utils", "write.table")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64