Last updated on 2022-09-11 12:56:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.3 | 15.52 | 279.76 | 295.28 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.3 | 13.98 | 202.52 | 216.50 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.3 | 373.66 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 337.69 | OK | |||
r-devel-windows-x86_64 | 0.0.3 | 24.00 | 294.00 | 318.00 | OK | |
r-patched-linux-x86_64 | 0.0.3 | 17.32 | 258.93 | 276.25 | OK | |
r-release-linux-x86_64 | 0.0.3 | 11.08 | 260.13 | 271.21 | OK | |
r-release-macos-arm64 | 0.0.3 | 88.00 | OK | |||
r-release-macos-x86_64 | 0.0.3 | 116.00 | OK | |||
r-release-windows-x86_64 | 0.0.3 | 31.00 | 311.00 | 342.00 | OK | |
r-oldrel-macos-arm64 | 0.0.3 | 78.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.3 | 116.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.0.3 | 36.00 | 291.00 | 327.00 | ERROR |
Version: 0.0.3
Check: examples
Result: ERROR
Running examples in 'linea-Ex.R' failed
The error most likely occurred in:
> ### Name: gt_f
> ### Title: apply_normalisation
> ### Aliases: gt_f
>
> ### ** Examples
>
> data = read_xcsv("https://raw.githubusercontent.com/paladinic/data/main/ecomm_data.csv") %>%
+ gt_f(kw = 'covid') %>%
+ gt_f(kw = 'bitcoin')
Rows: 261 Columns: 8
-- Column specification --------------------------------------------------------
Delimiter: ","
dbl (7): ecommerce, black.friday, christmas, covid, online_media, offline_m...
date (1): date
i Use `spec()` to retrieve the full column specification for this data.
i Specify the column types or set `show_col_types = FALSE` to quiet this message.
gtrends function failed. Check internet connection or attempt installing the gtrends package separately
Error in UseMethod("pull") :
no applicable method for 'pull' applied to an object of class "NULL"
Calls: %>% -> gt_f -> %>% -> unique -> as.Date -> pull
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64