Last updated on 2020-08-19 01:50:15 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.6 | 3.54 | 29.17 | 32.71 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.6 | 3.04 | 23.23 | 26.27 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.6 | 48.95 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.6 | 39.07 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.6 | 11.00 | 54.00 | 65.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.6 | 3.59 | 29.28 | 32.87 | NOTE | |
r-patched-solaris-x86 | 0.1.6 | 61.90 | NOTE | |||
r-release-linux-x86_64 | 0.1.6 | 3.97 | 28.91 | 32.88 | 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