CRAN Package Check Results for Package linea

Last updated on 2023-12-05 11:52:43 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 12.18 231.68 243.86 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 11.39 167.88 179.27 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 294.93 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 301.92 OK
r-devel-windows-x86_64 0.1.1 13.00 180.00 193.00 OK
r-patched-linux-x86_64 0.1.1 10.13 209.04 219.17 ERROR
r-release-linux-x86_64 0.1.1 10.79 217.58 228.37 OK
r-release-macos-arm64 0.1.1 87.00 OK
r-release-macos-x86_64 0.1.1 143.00 OK
r-release-windows-x86_64 0.1.1 18.00 230.00 248.00 OK
r-oldrel-macos-arm64 0.1.1 82.00 OK
r-oldrel-macos-x86_64 0.1.1 116.00 OK
r-oldrel-windows-x86_64 0.1.1 17.00 234.00 251.00 OK

Check Details

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘linea-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### 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 ℹ Use `spec()` to retrieve the full column specification for this data. ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message. Error in UseMethod("select") : no applicable method for 'select' applied to an object of class "NULL" Calls: %>% ... %>% -> tibble -> tibble_quos -> eval_tidy -> select Execution halted Flavor: r-patched-linux-x86_64