Last updated on 2019-03-14 00:46:56 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.6 | 2.87 | 26.91 | 29.78 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.6 | 2.60 | 21.75 | 24.35 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.6 | 35.76 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.6 | 34.18 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.6 | 10.00 | 52.00 | 62.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.6 | 1.93 | 25.48 | 27.41 | NOTE | |
r-patched-solaris-x86 | 0.1.6 | 52.30 | NOTE | |||
r-release-linux-x86_64 | NOTE | |||||
r-release-windows-ix86+x86_64 | 0.1.6 | 4.00 | 39.00 | 43.00 | NOTE | |
r-release-osx-x86_64 | 0.1.6 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.6 | 6.00 | 34.00 | 40.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1.6 | 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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64