Last updated on 2020-08-07 01:49:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 3.26 | 53.33 | 56.59 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 2.46 | 35.51 | 37.97 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 69.69 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 61.50 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 7.00 | 50.00 | 57.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | 3.24 | 51.89 | 55.13 | NOTE | |
r-patched-solaris-x86 | 0.1 | 78.20 | NOTE | |||
r-release-linux-x86_64 | 0.1 | 2.88 | 51.55 | 54.43 | NOTE | |
r-release-macos-x86_64 | 0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1 | 6.00 | 61.00 | 67.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 5.00 | 68.00 | 73.00 | NOTE |
Version: 0.1
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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: 0.1
Check: R code for possible problems
Result: NOTE
gcomb: no visible global function definition for 'complete.cases'
linkim: no visible global function definition for 'runif'
missing.dist: no visible global function definition for
'complete.cases'
pgdata1: no visible global function definition for 'barplot'
pgdata1: no visible global function definition for 'layout'
pgdata1: no visible global function definition for 'par'
pgdata1: no visible global function definition for 'rainbow'
singim: no visible global function definition for 'complete.cases'
singim: no visible global function definition for 'runif'
Undefined global functions or variables:
barplot complete.cases layout par rainbow runif
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "barplot", "layout", "par")
importFrom("stats", "complete.cases", "runif")
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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64