Last updated on 2022-08-13 07:11:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 2.39 | 24.34 | 26.73 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 1.83 | 18.41 | 20.24 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 43.19 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 41.56 | OK | |||
r-devel-windows-x86_64 | 1.0.1 | 7.00 | 55.00 | 62.00 | OK | |
r-patched-linux-x86_64 | 1.0.1 | 2.36 | 22.94 | 25.30 | OK | |
r-release-linux-x86_64 | 1.0.1 | 2.45 | 22.85 | 25.30 | OK | |
r-release-macos-arm64 | 1.0.1 | 17.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 22.00 | OK | |||
r-release-windows-x86_64 | 1.0.1 | 16.00 | 47.00 | 63.00 | OK | |
r-oldrel-macos-arm64 | 1.0 | 19.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 27.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 40.00 | 45.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
parse.SAScii: no visible binding for global variable ‘end’
parse.SAScii: no visible binding for global variable ‘start’
read.SAScii: no visible global function definition for ‘download.file’
read.SAScii: no visible global function definition for ‘unzip’
read.SAScii: no visible global function definition for ‘read.fwf’
read.SAScii: no visible global function definition for ‘capture.output’
Undefined global functions or variables:
capture.output download.file end read.fwf start unzip
Consider adding
importFrom("stats", "end", "start")
importFrom("utils", "capture.output", "download.file", "read.fwf",
"unzip")
to your NAMESPACE file.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64