Last updated on 2020-12-04 00:48:38 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 9.29 | 87.69 | 96.98 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 8.24 | 69.74 | 77.98 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 119.72 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 111.34 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 25.00 | 79.00 | 104.00 | OK | |
r-patched-linux-x86_64 | 0.1 | 9.76 | 80.68 | 90.44 | OK | |
r-patched-solaris-x86 | 0.1 | 151.20 | NOTE | |||
r-release-linux-x86_64 | 0.1 | 9.62 | 81.23 | 90.85 | OK | |
r-release-macos-x86_64 | 0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1 | 18.00 | 97.00 | 115.00 | OK | |
r-oldrel-macos-x86_64 | 0.1 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 21.00 | 102.00 | 123.00 | OK |
Version: 0.1
Check: package dependencies
Result: NOTE
Imports includes 24 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable. Move as many as possible to Suggests and
use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘Matrix’ ‘colorspace’ ‘dbplyr’ ‘ggplot2’ ‘gtable’ ‘magrittr’
‘munsell’ ‘pander’ ‘scales’ ‘tidyr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.1
Check: examples
Result: ERROR
Running examples in ‘yotover-Ex.R’ failed
The error most likely occurred in:
> ### Name: yotov_data
> ### Title: Yotov applications data
> ### Aliases: yotov_data
>
> ### ** Examples
>
> if (yotov_status()) {
+ yotov_data("ch1_application1")
+ }
Error in initialize(value, ...) :
duckdb_startup_R: Failed to open database
Calls: yotov_status ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted
Flavor: r-oldrel-macos-x86_64