Last updated on 2020-08-07 01:49:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 2.44 | 25.77 | 28.21 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 2.28 | 20.10 | 22.38 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 43.34 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 33.24 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 8.00 | 39.00 | 47.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 3.02 | 25.49 | 28.51 | NOTE | |
r-patched-solaris-x86 | 1.1 | 52.60 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 2.75 | 25.44 | 28.19 | NOTE | |
r-release-macos-x86_64 | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 8.00 | 61.00 | 69.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 6.00 | 49.00 | 55.00 | NOTE |
Version: 1.1
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'RCurl' which was already attached by Depends.
Please remove these calls from your code.
Packages in Depends field not imported from:
'RCurl' 'chron'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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: 1.1
Check: R code for possible problems
Result: NOTE
collateDaily: no visible global function definition for 'read.table'
collateDaily: no visible global function definition for 'write.table'
collateHourly: no visible global function definition for 'read.table'
collateHourly: no visible global function definition for 'write.table'
downloadCRN: no visible global function definition for 'download.file'
getUrlsCRN: no visible global function definition for 'getURL'
writeDataset: no visible global function definition for 'read.table'
writeDataset: no visible global function definition for 'write.table'
Undefined global functions or variables:
download.file getURL read.table write.table
Consider adding
importFrom("utils", "download.file", "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-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: 1.1
Check: Rd line widths
Result: NOTE
Rd file 'downloadCRN.Rd':
\usage lines wider than 90 characters:
downloadCRN(url = CRN.DAILY.URL, directory = DAILY_DIR, years = seq(from = 2000, to = 2011, by = 1))
These lines will be truncated in the PDF manual.
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