Last updated on 2020-01-20 01:50:15 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 2.05 | 19.26 | 21.31 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 1.85 | 15.97 | 17.82 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 28.25 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 27.75 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 8.00 | 46.00 | 54.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 1.2 | 5.00 | 30.00 | 35.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 1.64 | 18.37 | 20.01 | NOTE | |
r-patched-solaris-x86 | 1.2 | 42.80 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 1.57 | 18.56 | 20.13 | NOTE | |
r-release-windows-ix86+x86_64 | 1.2 | 5.00 | 46.00 | 51.00 | NOTE | |
r-release-osx-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 3.00 | 29.00 | 32.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.2 | 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-devel-windows-ix86+x86_64-gcc8, 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
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-devel-windows-ix86+x86_64-gcc8, 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
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-osx-x86_64, r-oldrel-osx-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-devel-windows-ix86+x86_64-gcc8, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64