Last updated on 2022-04-04 08:50:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.6 | 4.06 | 44.76 | 48.82 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.6 | 3.11 | 34.08 | 37.19 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.6 | 58.61 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.6 | 46.95 | NOTE | |||
r-devel-windows-x86_64-new-UL | 0.1.6 | 11.00 | 67.00 | 78.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.6 | 5.29 | 42.41 | 47.70 | NOTE | |
r-release-linux-x86_64 | 0.1.6 | 3.21 | 42.18 | 45.39 | NOTE | |
r-release-macos-arm64 | 0.1.6 | NOTE | ||||
r-release-macos-x86_64 | 0.1.6 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1.6 | 8.00 | 50.00 | 58.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1.6 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.6 | 8.00 | 49.00 | 57.00 | NOTE |
Version: 0.1.6
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-x86_64-new-UL, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, 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.6
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
'RCurl' 'XML'
Please remove these calls from your code.
Packages in Depends field not imported from:
'RCurl' 'XML'
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-new-UL, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, 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.6
Check: R code for possible problems
Result: NOTE
scrape: no visible global function definition for 'getURLAsynchronous'
scrape: no visible global function definition for 'runif'
scrape: no visible global function definition for 'capture.output'
scrape: no visible binding for global variable 'xmlParse'
scrape: no visible binding for global variable 'htmlParse'
Undefined global functions or variables:
capture.output getURLAsynchronous htmlParse runif xmlParse
Consider adding
importFrom("stats", "runif")
importFrom("utils", "capture.output")
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-new-UL, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64