Last updated on 2022-05-09 09:50:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 3.35 | 38.36 | 41.71 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 1.70 | 30.04 | 31.74 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 50.25 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 48.07 | NOTE | |||
r-devel-windows-x86_64 | 1.1 | 13.00 | 54.00 | 67.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 3.40 | 36.79 | 40.19 | NOTE | |
r-release-linux-x86_64 | 1.1 | 3.02 | 36.99 | 40.01 | NOTE | |
r-release-macos-arm64 | 1.1 | 17.00 | NOTE | |||
r-release-macos-x86_64 | 1.1 | 32.00 | NOTE | |||
r-release-windows-x86_64 | 1.1 | 11.00 | 54.00 | 65.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1 | 24.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1 | 31.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.1 | 6.00 | 48.00 | 54.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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, 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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, 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