Last updated on 2022-03-06 12:51:10 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 1.86 | 31.78 | 33.64 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | NOTE | ||||
r-devel-linux-x86_64-fedora-clang | 1.2 | 42.45 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 32.39 | NOTE | |||
r-devel-windows-x86_64-new-UL | 1.2 | 26.00 | 59.00 | 85.00 | NOTE | |
r-devel-windows-x86_64-new-TK | 1.2 | NOTE | ||||
r-patched-linux-x86_64 | 1.2 | 2.25 | 31.73 | 33.98 | NOTE | |
r-release-linux-x86_64 | 1.2 | NOTE | ||||
r-release-macos-arm64 | 1.2 | NOTE | ||||
r-release-macos-x86_64 | 1.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2 | 5.00 | 43.00 | 48.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 4.00 | 38.00 | 42.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-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, 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-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, 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-release-linux-x86_64, r-release-macos-arm64, 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-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64