CRAN Package Check Results for Maintainer ‘Claudio Paladini <claudio.paladini at bath.edu>’

Last updated on 2022-09-11 12:56:41 CEST.

Package ERROR OK
linea 1 12

Package linea

Current CRAN status: ERROR: 1, OK: 12

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