Last updated on 2020-08-07 01:49:34 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 2.12 | 19.84 | 21.96 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 1.70 | 16.37 | 18.07 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 36.45 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 27.23 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 8.00 | 44.00 | 52.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 2.22 | 20.39 | 22.61 | NOTE | |
r-patched-solaris-x86 | 1.2 | 45.50 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 2.24 | 20.21 | 22.45 | NOTE | |
r-release-macos-x86_64 | 1.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2 | 5.00 | 32.00 | 37.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 5.00 | 46.00 | 51.00 | NOTE |
Version: 1.2
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Title field: should not end in a period.
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
Version: 1.2
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'tcltk' which was already attached by Depends.
Please remove these calls from your code.
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
Version: 1.2
Check: R code for possible problems
Result: NOTE
annot : annotlist: no visible global function definition for
'read.table'
annot : annotlist: no visible global function definition for
'write.table'
annot: no visible global function definition for 'flush.console'
annot: no visible global function definition for 'read.table'
Undefined global functions or variables:
flush.console read.table write.table
Consider adding
importFrom("utils", "flush.console", "read.table", "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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.2
Check: R code for possible problems
Result: NOTE
annot : annotlist: no visible global function definition for
'read.table'
annot : annotlist: no visible global function definition for
'write.table'
annot: no visible global function definition for 'flush.console'
annot: no visible global function definition for 'read.table'
annot: no visible global function definition for 'choose.dir'
Undefined global functions or variables:
choose.dir flush.console read.table write.table
Consider adding
importFrom("utils", "choose.dir", "flush.console", "read.table",
"write.table")
to your NAMESPACE file.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64