Last updated on 2020-02-15 01:01:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 2.05 | 19.01 | 21.06 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 1.89 | 15.87 | 17.76 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 27.88 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 29.44 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 6.00 | 37.00 | 43.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 1.2 | 7.00 | 42.00 | 49.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 1.72 | 18.50 | 20.22 | NOTE | |
r-patched-solaris-x86 | 1.2 | 43.50 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 1.78 | 18.56 | 20.34 | 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