Last updated on 2020-08-07 01:49:59 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.6 | 3.77 | 29.21 | 32.98 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.6 | 3.18 | 23.17 | 26.35 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.6 | 48.22 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.6 | 39.05 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.6 | 12.00 | 39.00 | 51.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.6 | 4.20 | 29.18 | 33.38 | NOTE | |
r-patched-solaris-x86 | 0.1.6 | 61.80 | NOTE | |||
r-release-linux-x86_64 | 0.1.6 | 3.99 | 29.03 | 33.02 | NOTE | |
r-release-macos-x86_64 | 0.1.6 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1.6 | 8.00 | 43.00 | 51.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1.6 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.6 | 7.00 | 42.00 | 49.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-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.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-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.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-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