Last updated on 2022-02-17 06:48:25 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 23.84 | 297.43 | 321.27 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 25.35 | 220.25 | 245.60 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 418.66 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 377.44 | ERROR | |||
| r-devel-windows-x86_64-new-UL | 0.1.1 | 134.00 | 318.00 | 452.00 | ERROR | |
| r-devel-windows-x86_64-new-TK | 0.1.1 | ERROR | ||||
| r-patched-linux-x86_64 | 0.1.1 | 29.89 | 273.63 | 303.52 | ERROR | |
| r-release-linux-x86_64 | 0.1.1 | 0.64 | 11.46 | 12.10 | ERROR | |
| r-release-macos-arm64 | 0.1.1 | NOTE | ||||
| r-release-macos-x86_64 | 0.1.1 | NOTE | ||||
| r-release-windows-ix86+x86_64 | 0.1.1 | 64.00 | 308.00 | 372.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.1.1 | NOTE | ||||
| r-oldrel-windows-ix86+x86_64 | 0.1.1 | 69.00 | 325.00 | 394.00 | ERROR | 
Version: 0.1.1
Check: tests
Result: ERROR
      Running 'testthat.R' [17s/25s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
      > library(testthat)
      > library(bayesmodels)
      Loading required package: parsnip
      Loading required package: bayesforecast
      
      Attaching package: 'bayesforecast'
      
      The following objects are masked from 'package:base':
      
          beta, gamma
      
      Loading required package: bsts
      Loading required package: BoomSpikeSlab
      Loading required package: Boom
      Loading required package: MASS
      
      Attaching package: 'Boom'
      
      The following object is masked from 'package:stats':
      
          rWishart
      
      
      Attaching package: 'BoomSpikeSlab'
      
      The following object is masked from 'package:stats':
      
          knots
      
      Loading required package: zoo
      
      Attaching package: 'zoo'
      
      The following objects are masked from 'package:base':
      
          as.Date, as.Date.numeric
      
      Loading required package: xts
      
      Attaching package: 'bsts'
      
      The following object is masked from 'package:BoomSpikeSlab':
      
          SuggestBurn
      
      == Welcome to bayesmodels ======================================================
      If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
      </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
      > library(modeltime)
      
      Attaching package: 'modeltime'
      
      The following objects are masked from 'package:bayesmodels':
      
          non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
          seasonal_ar, seasonal_differences, seasonal_ma
      
      > library(tidymodels)
      -- Attaching packages -------------------------------------- tidymodels 0.1.4 --
      v broom        0.7.12     v rsample      0.1.1 
      v dials        0.1.0      v tibble       3.1.6 
      v dplyr        1.0.8      v tidyr        1.2.0 
      v ggplot2      3.3.5      v tune         0.1.6 
      v infer        1.0.0      v workflows    0.2.4 
      v modeldata    0.1.1      v workflowsets 0.1.0 
      v purrr        0.3.4      v yardstick    0.0.9 
      v recipes      0.1.17     
      -- Conflicts ----------------------------------------- tidymodels_conflicts() --
      x purrr::discard()    masks scales::discard()
      x dplyr::filter()     masks stats::filter()
      x dplyr::first()      masks xts::first()
      x purrr::is_null()    masks testthat::is_null()
      x dplyr::lag()        masks stats::lag()
      x dplyr::last()       masks xts::last()
      x tidyr::matches()    masks rsample::matches(), dplyr::matches(), testthat::matches()
      x dplyr::select()     masks MASS::select()
      x recipes::step()     masks stats::step()
      x dials::tree_depth() masks bayesmodels::tree_depth()
      * Learn how to get started at https://www.tidymodels.org/start/
      > library(timetk)
      > library(tidyverse)
      Error in completeSubclasses(classDef2, class1, obj, where) : 
        trying to get slot "subclasses" from an object of a basic class ("NULL") with no slots
      Error: package or namespace load failed for 'tidyverse':
       .onLoad failed in loadNamespace() for 'dbplyr', details:
        call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
        error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
      Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
      ...
    --- re-building 'modeltime-integration.Rmd' using rmarkdown
    -- Attaching packages -------------------------------------- tidymodels 0.1.4 --
    v broom        0.7.12     v recipes      0.1.17
    v dials        0.1.0      v rsample      0.1.1 
    v dplyr        1.0.8      v tibble       3.1.6 
    v ggplot2      3.3.5      v tidyr        1.2.0 
    v infer        1.0.0      v tune         0.1.6 
    v modeldata    0.1.1      v workflows    0.2.4 
    v parsnip      0.1.7      v workflowsets 0.1.0 
    v purrr        0.3.4      v yardstick    0.0.9 
    -- Conflicts ----------------------------------------- tidymodels_conflicts() --
    x purrr::discard() masks scales::discard()
    x dplyr::filter()  masks stats::filter()
    x dplyr::lag()     masks stats::lag()
    x recipes::step()  masks stats::step()
    * Learn how to get started at https://www.tidymodels.org/start/
    Loading required package: bayesforecast
    
    Attaching package: 'bayesforecast'
    
    The following objects are masked from 'package:base':
    
        beta, gamma
    
    Loading required package: bsts
    Loading required package: BoomSpikeSlab
    Loading required package: Boom
    Loading required package: MASS
    
    Attaching package: 'MASS'
    
    The following object is masked from 'package:dplyr':
    
        select
    
    
    Attaching package: 'Boom'
    
    The following object is masked from 'package:stats':
    
        rWishart
    
    
    Attaching package: 'BoomSpikeSlab'
    
    The following object is masked from 'package:stats':
    
        knots
    
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
        as.Date, as.Date.numeric
    
    Loading required package: xts
    
    Attaching package: 'xts'
    
    The following objects are masked from 'package:dplyr':
    
        first, last
    
    
    Attaching package: 'bsts'
    
    The following object is masked from 'package:BoomSpikeSlab':
    
        SuggestBurn
    
    == Welcome to bayesmodels ======================================================
    If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
    </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
    
    Attaching package: 'bayesmodels'
    
    The following object is masked from 'package:dials':
    
        tree_depth
    
    
    Attaching package: 'modeltime'
    
    The following objects are masked from 'package:bayesmodels':
    
        non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
        seasonal_ar, seasonal_differences, seasonal_ma
    
    Quitting from lines 81-89 (modeltime-integration.Rmd) 
    Error: processing vignette 'modeltime-integration.Rmd' failed with diagnostics:
    package or namespace load failed for 'tidyverse':
     .onLoad failed in loadNamespace() for 'dbplyr', details:
      call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
      error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
    --- failed re-building 'modeltime-integration.Rmd'
    
    SUMMARY: processing the following file failed:
      'modeltime-integration.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.1
Check: tests
Result: ERROR
      Running ‘testthat.R’ [12s/19s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
      > library(testthat)
      > library(bayesmodels)
      Loading required package: parsnip
      Loading required package: bayesforecast
      
      Attaching package: 'bayesforecast'
      
      The following objects are masked from 'package:base':
      
          beta, gamma
      
      Loading required package: bsts
      Loading required package: BoomSpikeSlab
      Loading required package: Boom
      Loading required package: MASS
      
      Attaching package: 'Boom'
      
      The following object is masked from 'package:stats':
      
          rWishart
      
      
      Attaching package: 'BoomSpikeSlab'
      
      The following object is masked from 'package:stats':
      
          knots
      
      Loading required package: zoo
      
      Attaching package: 'zoo'
      
      The following objects are masked from 'package:base':
      
          as.Date, as.Date.numeric
      
      Loading required package: xts
      
      Attaching package: 'bsts'
      
      The following object is masked from 'package:BoomSpikeSlab':
      
          SuggestBurn
      
      ══ Welcome to bayesmodels ══════════════════════════════════════════════════════
      If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
      </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
      > library(modeltime)
      
      Attaching package: 'modeltime'
      
      The following objects are masked from 'package:bayesmodels':
      
          non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
          seasonal_ar, seasonal_differences, seasonal_ma
      
      > library(tidymodels)
      ── Attaching packages ────────────────────────────────────── tidymodels 0.1.4 ──
      ✔ broom        0.7.12     ✔ rsample      0.1.1 
      ✔ dials        0.1.0      ✔ tibble       3.1.6 
      ✔ dplyr        1.0.8      ✔ tidyr        1.2.0 
      ✔ ggplot2      3.3.5      ✔ tune         0.1.6 
      ✔ infer        1.0.0      ✔ workflows    0.2.4 
      ✔ modeldata    0.1.1      ✔ workflowsets 0.1.0 
      ✔ purrr        0.3.4      ✔ yardstick    0.0.9 
      ✔ recipes      0.1.17     
      ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
      ✖ purrr::discard()    masks scales::discard()
      ✖ dplyr::filter()     masks stats::filter()
      ✖ dplyr::first()      masks xts::first()
      ✖ purrr::is_null()    masks testthat::is_null()
      ✖ dplyr::lag()        masks stats::lag()
      ✖ dplyr::last()       masks xts::last()
      ✖ tidyr::matches()    masks rsample::matches(), dplyr::matches(), testthat::matches()
      ✖ dplyr::select()     masks MASS::select()
      ✖ recipes::step()     masks stats::step()
      ✖ dials::tree_depth() masks bayesmodels::tree_depth()
      • Search for functions across packages at https://www.tidymodels.org/find/
      > library(timetk)
      > library(tidyverse)
      Error in completeSubclasses(classDef2, class1, obj, where) : 
        trying to get slot "subclasses" from an object of a basic class ("NULL") with no slots
      Error: package or namespace load failed for 'tidyverse':
       .onLoad failed in loadNamespace() for 'dbplyr', details:
        call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
        error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
      Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
      ...
    --- re-building ‘modeltime-integration.Rmd’ using rmarkdown
    ── Attaching packages ────────────────────────────────────── tidymodels 0.1.4 ──
    ✔ broom        0.7.12     ✔ recipes      0.1.17
    ✔ dials        0.1.0      ✔ rsample      0.1.1 
    ✔ dplyr        1.0.8      ✔ tibble       3.1.6 
    ✔ ggplot2      3.3.5      ✔ tidyr        1.2.0 
    ✔ infer        1.0.0      ✔ tune         0.1.6 
    ✔ modeldata    0.1.1      ✔ workflows    0.2.4 
    ✔ parsnip      0.1.7      ✔ workflowsets 0.1.0 
    ✔ purrr        0.3.4      ✔ yardstick    0.0.9 
    ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
    ✖ purrr::discard() masks scales::discard()
    ✖ dplyr::filter()  masks stats::filter()
    ✖ dplyr::lag()     masks stats::lag()
    ✖ recipes::step()  masks stats::step()
    • Use tidymodels_prefer() to resolve common conflicts.
    Loading required package: bayesforecast
    
    Attaching package: 'bayesforecast'
    
    The following objects are masked from 'package:base':
    
        beta, gamma
    
    Loading required package: bsts
    Loading required package: BoomSpikeSlab
    Loading required package: Boom
    Loading required package: MASS
    
    Attaching package: 'MASS'
    
    The following object is masked from 'package:dplyr':
    
        select
    
    
    Attaching package: 'Boom'
    
    The following object is masked from 'package:stats':
    
        rWishart
    
    
    Attaching package: 'BoomSpikeSlab'
    
    The following object is masked from 'package:stats':
    
        knots
    
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
        as.Date, as.Date.numeric
    
    Loading required package: xts
    
    Attaching package: 'xts'
    
    The following objects are masked from 'package:dplyr':
    
        first, last
    
    
    Attaching package: 'bsts'
    
    The following object is masked from 'package:BoomSpikeSlab':
    
        SuggestBurn
    
    ══ Welcome to bayesmodels ══════════════════════════════════════════════════════
    If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
    </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
    
    Attaching package: 'bayesmodels'
    
    The following object is masked from 'package:dials':
    
        tree_depth
    
    
    Attaching package: 'modeltime'
    
    The following objects are masked from 'package:bayesmodels':
    
        non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
        seasonal_ar, seasonal_differences, seasonal_ma
    
    Quitting from lines 81-89 (modeltime-integration.Rmd) 
    Error: processing vignette ‘modeltime-integration.Rmd’ failed with diagnostics:
    package or namespace load failed for 'tidyverse':
     .onLoad failed in loadNamespace() for ‘dbplyr’, details:
      call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
      error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
    --- failed re-building ‘modeltime-integration.Rmd’
    
    SUMMARY: processing the following file failed:
      ‘modeltime-integration.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘workflows’
      All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.1.1
Check: tests
Result: ERROR
      Running ‘testthat.R’ [21s/58s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
      > library(testthat)
      > library(bayesmodels)
      Loading required package: parsnip
      Loading required package: bayesforecast
      
      Attaching package: 'bayesforecast'
      
      The following objects are masked from 'package:base':
      
          beta, gamma
      
      Loading required package: bsts
      Loading required package: BoomSpikeSlab
      Loading required package: Boom
      Loading required package: MASS
      
      Attaching package: 'Boom'
      
      The following object is masked from 'package:stats':
      
          rWishart
      
      
      Attaching package: 'BoomSpikeSlab'
      
      The following object is masked from 'package:stats':
      
          knots
      
      Loading required package: zoo
      
      Attaching package: 'zoo'
      
      The following objects are masked from 'package:base':
      
          as.Date, as.Date.numeric
      
      Loading required package: xts
      
      Attaching package: 'bsts'
      
      The following object is masked from 'package:BoomSpikeSlab':
      
          SuggestBurn
      
      ══ Welcome to bayesmodels ══════════════════════════════════════════════════════
      If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
      </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
      > library(modeltime)
      
      Attaching package: 'modeltime'
      
      The following objects are masked from 'package:bayesmodels':
      
          non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
          seasonal_ar, seasonal_differences, seasonal_ma
      
      > library(tidymodels)
      ── Attaching packages ────────────────────────────────────── tidymodels 0.1.4 ──
      ✔ broom        0.7.12     ✔ rsample      0.1.1 
      ✔ dials        0.1.0      ✔ tibble       3.1.6 
      ✔ dplyr        1.0.8      ✔ tidyr        1.2.0 
      ✔ ggplot2      3.3.5      ✔ tune         0.1.6 
      ✔ infer        1.0.0      ✔ workflows    0.2.4 
      ✔ modeldata    0.1.1      ✔ workflowsets 0.1.0 
      ✔ purrr        0.3.4      ✔ yardstick    0.0.9 
      ✔ recipes      0.1.17     
      ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
      ✖ purrr::discard()    masks scales::discard()
      ✖ dplyr::filter()     masks stats::filter()
      ✖ dplyr::first()      masks xts::first()
      ✖ purrr::is_null()    masks testthat::is_null()
      ✖ dplyr::lag()        masks stats::lag()
      ✖ dplyr::last()       masks xts::last()
      ✖ tidyr::matches()    masks rsample::matches(), dplyr::matches(), testthat::matches()
      ✖ dplyr::select()     masks MASS::select()
      ✖ recipes::step()     masks stats::step()
      ✖ dials::tree_depth() masks bayesmodels::tree_depth()
      • Search for functions across packages at https://www.tidymodels.org/find/
      > library(timetk)
      > library(tidyverse)
      Error in completeSubclasses(classDef2, class1, obj, where) : 
        trying to get slot "subclasses" from an object of a basic class ("NULL") with no slots
      Error: package or namespace load failed for 'tidyverse':
       .onLoad failed in loadNamespace() for 'dbplyr', details:
        call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
        error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
      Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
    --- re-building ‘modeltime-integration.Rmd’ using rmarkdown
    ── Attaching packages ────────────────────────────────────── tidymodels 0.1.4 ──
    ✔ broom        0.7.12     ✔ recipes      0.1.17
    ✔ dials        0.1.0      ✔ rsample      0.1.1 
    ✔ dplyr        1.0.8      ✔ tibble       3.1.6 
    ✔ ggplot2      3.3.5      ✔ tidyr        1.2.0 
    ✔ infer        1.0.0      ✔ tune         0.1.6 
    ✔ modeldata    0.1.1      ✔ workflows    0.2.4 
    ✔ parsnip      0.1.7      ✔ workflowsets 0.1.0 
    ✔ purrr        0.3.4      ✔ yardstick    0.0.9 
    ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
    ✖ purrr::discard() masks scales::discard()
    ✖ dplyr::filter()  masks stats::filter()
    ✖ dplyr::lag()     masks stats::lag()
    ✖ recipes::step()  masks stats::step()
    • Use suppressPackageStartupMessages() to eliminate package startup messages
    Loading required package: bayesforecast
    
    Attaching package: 'bayesforecast'
    
    The following objects are masked from 'package:base':
    
        beta, gamma
    
    Loading required package: bsts
    Loading required package: BoomSpikeSlab
    Loading required package: Boom
    Loading required package: MASS
    
    Attaching package: 'MASS'
    
    The following object is masked from 'package:dplyr':
    
        select
    
    
    Attaching package: 'Boom'
    
    The following object is masked from 'package:stats':
    
        rWishart
    
    
    Attaching package: 'BoomSpikeSlab'
    
    The following object is masked from 'package:stats':
    
        knots
    
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
        as.Date, as.Date.numeric
    
    Loading required package: xts
    
    Attaching package: 'xts'
    
    The following objects are masked from 'package:dplyr':
    
        first, last
    
    
    Attaching package: 'bsts'
    
    The following object is masked from 'package:BoomSpikeSlab':
    
        SuggestBurn
    
    ══ Welcome to bayesmodels ══════════════════════════════════════════════════════
    If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
    </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
    
    Attaching package: 'bayesmodels'
    
    The following object is masked from 'package:dials':
    
        tree_depth
    
    
    Attaching package: 'modeltime'
    
    The following objects are masked from 'package:bayesmodels':
    
        non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
        seasonal_ar, seasonal_differences, seasonal_ma
    
    Quitting from lines 81-89 (modeltime-integration.Rmd) 
    Error: processing vignette 'modeltime-integration.Rmd' failed with diagnostics:
    package or namespace load failed for 'tidyverse':
     .onLoad failed in loadNamespace() for 'dbplyr', details:
      call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
      error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
    --- failed re-building ‘modeltime-integration.Rmd’
    
    SUMMARY: processing the following file failed:
      ‘modeltime-integration.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.1
Check: tests
Result: ERROR
      Running ‘testthat.R’ [20s/27s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
      > library(testthat)
      > library(bayesmodels)
      Loading required package: parsnip
      Loading required package: bayesforecast
      
      Attaching package: 'bayesforecast'
      
      The following objects are masked from 'package:base':
      
          beta, gamma
      
      Loading required package: bsts
      Loading required package: BoomSpikeSlab
      Loading required package: Boom
      Loading required package: MASS
      
      Attaching package: 'Boom'
      
      The following object is masked from 'package:stats':
      
          rWishart
      
      
      Attaching package: 'BoomSpikeSlab'
      
      The following object is masked from 'package:stats':
      
          knots
      
      Loading required package: zoo
      
      Attaching package: 'zoo'
      
      The following objects are masked from 'package:base':
      
          as.Date, as.Date.numeric
      
      Loading required package: xts
      
      Attaching package: 'bsts'
      
      The following object is masked from 'package:BoomSpikeSlab':
      
          SuggestBurn
      
      ══ Welcome to bayesmodels ══════════════════════════════════════════════════════
      If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
      </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
      > library(modeltime)
      
      Attaching package: 'modeltime'
      
      The following objects are masked from 'package:bayesmodels':
      
          non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
          seasonal_ar, seasonal_differences, seasonal_ma
      
      > library(tidymodels)
      ── Attaching packages ────────────────────────────────────── tidymodels 0.1.4 ──
      ✔ broom        0.7.12     ✔ rsample      0.1.1 
      ✔ dials        0.1.0      ✔ tibble       3.1.6 
      ✔ dplyr        1.0.8      ✔ tidyr        1.2.0 
      ✔ ggplot2      3.3.5      ✔ tune         0.1.6 
      ✔ infer        1.0.0      ✔ workflows    0.2.4 
      ✔ modeldata    0.1.1      ✔ workflowsets 0.1.0 
      ✔ purrr        0.3.4      ✔ yardstick    0.0.9 
      ✔ recipes      0.1.17     
      ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
      ✖ purrr::discard()    masks scales::discard()
      ✖ dplyr::filter()     masks stats::filter()
      ✖ dplyr::first()      masks xts::first()
      ✖ purrr::is_null()    masks testthat::is_null()
      ✖ dplyr::lag()        masks stats::lag()
      ✖ dplyr::last()       masks xts::last()
      ✖ tidyr::matches()    masks rsample::matches(), dplyr::matches(), testthat::matches()
      ✖ dplyr::select()     masks MASS::select()
      ✖ recipes::step()     masks stats::step()
      ✖ dials::tree_depth() masks bayesmodels::tree_depth()
      • Use suppressPackageStartupMessages() to eliminate package startup messages
      > library(timetk)
      > library(tidyverse)
      Error in completeSubclasses(classDef2, class1, obj, where) : 
        trying to get slot "subclasses" from an object of a basic class ("NULL") with no slots
      Error: package or namespace load failed for 'tidyverse':
       .onLoad failed in loadNamespace() for 'dbplyr', details:
        call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
        error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
      Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
    --- re-building ‘modeltime-integration.Rmd’ using rmarkdown
    ── Attaching packages ────────────────────────────────────── tidymodels 0.1.4 ──
    ✔ broom        0.7.12     ✔ recipes      0.1.17
    ✔ dials        0.1.0      ✔ rsample      0.1.1 
    ✔ dplyr        1.0.8      ✔ tibble       3.1.6 
    ✔ ggplot2      3.3.5      ✔ tidyr        1.2.0 
    ✔ infer        1.0.0      ✔ tune         0.1.6 
    ✔ modeldata    0.1.1      ✔ workflows    0.2.4 
    ✔ parsnip      0.1.7      ✔ workflowsets 0.1.0 
    ✔ purrr        0.3.4      ✔ yardstick    0.0.9 
    ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
    ✖ purrr::discard() masks scales::discard()
    ✖ dplyr::filter()  masks stats::filter()
    ✖ dplyr::lag()     masks stats::lag()
    ✖ recipes::step()  masks stats::step()
    • Dig deeper into tidy modeling with R at https://www.tmwr.org
    Loading required package: bayesforecast
    
    Attaching package: 'bayesforecast'
    
    The following objects are masked from 'package:base':
    
        beta, gamma
    
    Loading required package: bsts
    Loading required package: BoomSpikeSlab
    Loading required package: Boom
    Loading required package: MASS
    
    Attaching package: 'MASS'
    
    The following object is masked from 'package:dplyr':
    
        select
    
    
    Attaching package: 'Boom'
    
    The following object is masked from 'package:stats':
    
        rWishart
    
    
    Attaching package: 'BoomSpikeSlab'
    
    The following object is masked from 'package:stats':
    
        knots
    
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
        as.Date, as.Date.numeric
    
    Loading required package: xts
    
    Attaching package: 'xts'
    
    The following objects are masked from 'package:dplyr':
    
        first, last
    
    
    Attaching package: 'bsts'
    
    The following object is masked from 'package:BoomSpikeSlab':
    
        SuggestBurn
    
    ══ Welcome to bayesmodels ══════════════════════════════════════════════════════
    If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
    </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
    
    Attaching package: 'bayesmodels'
    
    The following object is masked from 'package:dials':
    
        tree_depth
    
    
    Attaching package: 'modeltime'
    
    The following objects are masked from 'package:bayesmodels':
    
        non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
        seasonal_ar, seasonal_differences, seasonal_ma
    
    Quitting from lines 81-89 (modeltime-integration.Rmd) 
    Error: processing vignette 'modeltime-integration.Rmd' failed with diagnostics:
    package or namespace load failed for 'tidyverse':
     .onLoad failed in loadNamespace() for 'dbplyr', details:
      call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
      error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
    --- failed re-building ‘modeltime-integration.Rmd’
    
    SUMMARY: processing the following file failed:
      ‘modeltime-integration.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.1
Check: tests
Result: ERROR
      Running 'testthat.R' [19s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
      > library(testthat)
      > library(bayesmodels)
      Loading required package: parsnip
      Loading required package: bayesforecast
      
      Attaching package: 'bayesforecast'
      
      The following objects are masked from 'package:base':
      
          beta, gamma
      
      Loading required package: bsts
      Loading required package: BoomSpikeSlab
      Loading required package: Boom
      Loading required package: MASS
      
      Attaching package: 'Boom'
      
      The following object is masked from 'package:stats':
      
          rWishart
      
      
      Attaching package: 'BoomSpikeSlab'
      
      The following object is masked from 'package:stats':
      
          knots
      
      Loading required package: zoo
      
      Attaching package: 'zoo'
      
      The following objects are masked from 'package:base':
      
          as.Date, as.Date.numeric
      
      Loading required package: xts
      
      Attaching package: 'bsts'
      
      The following object is masked from 'package:BoomSpikeSlab':
      
          SuggestBurn
      
      ══ Welcome to bayesmodels ══════════════════════════════════════════════════════
      If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
      </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
      > library(modeltime)
      
      Attaching package: 'modeltime'
      
      The following objects are masked from 'package:bayesmodels':
      
          non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
          seasonal_ar, seasonal_differences, seasonal_ma
      
      > library(tidymodels)
      ── Attaching packages ────────────────────────────────────── tidymodels 0.1.4 ──
      ✔ broom        0.7.12     ✔ rsample      0.1.1 
      ✔ dials        0.1.0      ✔ tibble       3.1.6 
      ✔ dplyr        1.0.8      ✔ tidyr        1.2.0 
      ✔ ggplot2      3.3.5      ✔ tune         0.1.6 
      ✔ infer        1.0.0      ✔ workflows    0.2.4 
      ✔ modeldata    0.1.1      ✔ workflowsets 0.1.0 
      ✔ purrr        0.3.4      ✔ yardstick    0.0.9 
      ✔ recipes      0.1.17     
      ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
      ✖ purrr::discard()    masks scales::discard()
      ✖ dplyr::filter()     masks stats::filter()
      ✖ dplyr::first()      masks xts::first()
      ✖ purrr::is_null()    masks testthat::is_null()
      ✖ dplyr::lag()        masks stats::lag()
      ✖ dplyr::last()       masks xts::last()
      ✖ tidyr::matches()    masks rsample::matches(), dplyr::matches(), testthat::matches()
      ✖ dplyr::select()     masks MASS::select()
      ✖ recipes::step()     masks stats::step()
      ✖ dials::tree_depth() masks bayesmodels::tree_depth()
      • Use tidymodels_prefer() to resolve common conflicts.
      > library(timetk)
      > library(tidyverse)
      Error in completeSubclasses(classDef2, class1, obj, where) : 
        trying to get slot "subclasses" from an object of a basic class ("NULL") with no slots
      Error: package or namespace load failed for 'tidyverse':
       .onLoad failed in loadNamespace() for 'dbplyr', details:
        call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
        error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
      Execution halted
Flavor: r-devel-windows-x86_64-new-UL
Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
    --- re-building 'modeltime-integration.Rmd' using rmarkdown
    ── Attaching packages ────────────────────────────────────── tidymodels 0.1.4 ──
    ✔ broom        0.7.12     ✔ recipes      0.1.17
    ✔ dials        0.1.0      ✔ rsample      0.1.1 
    ✔ dplyr        1.0.8      ✔ tibble       3.1.6 
    ✔ ggplot2      3.3.5      ✔ tidyr        1.2.0 
    ✔ infer        1.0.0      ✔ tune         0.1.6 
    ✔ modeldata    0.1.1      ✔ workflows    0.2.4 
    ✔ parsnip      0.1.7      ✔ workflowsets 0.1.0 
    ✔ purrr        0.3.4      ✔ yardstick    0.0.9 
    ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
    ✖ purrr::discard() masks scales::discard()
    ✖ dplyr::filter()  masks stats::filter()
    ✖ dplyr::lag()     masks stats::lag()
    ✖ recipes::step()  masks stats::step()
    • Learn how to get started at https://www.tidymodels.org/start/
    Loading required package: bayesforecast
    
    Attaching package: 'bayesforecast'
    
    The following objects are masked from 'package:base':
    
        beta, gamma
    
    Loading required package: bsts
    Loading required package: BoomSpikeSlab
    Loading required package: Boom
    Loading required package: MASS
    
    Attaching package: 'MASS'
    
    The following object is masked from 'package:dplyr':
    
        select
    
    
    Attaching package: 'Boom'
    
    The following object is masked from 'package:stats':
    
        rWishart
    
    
    Attaching package: 'BoomSpikeSlab'
    
    The following object is masked from 'package:stats':
    
        knots
    
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
        as.Date, as.Date.numeric
    
    Loading required package: xts
    
    Attaching package: 'xts'
    
    The following objects are masked from 'package:dplyr':
    
        first, last
    
    
    Attaching package: 'bsts'
    
    The following object is masked from 'package:BoomSpikeSlab':
    
        SuggestBurn
    
    ══ Welcome to bayesmodels ══════════════════════════════════════════════════════
    If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
    </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
    
    Attaching package: 'bayesmodels'
    
    The following object is masked from 'package:dials':
    
        tree_depth
    
    
    Attaching package: 'modeltime'
    
    The following objects are masked from 'package:bayesmodels':
    
        non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
        seasonal_ar, seasonal_differences, seasonal_ma
    
    Quitting from lines 81-89 (modeltime-integration.Rmd) 
    Error: processing vignette 'modeltime-integration.Rmd' failed with diagnostics:
    package or namespace load failed for 'tidyverse':
     .onLoad failed in loadNamespace() for 'dbplyr', details:
      call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
      error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
    --- failed re-building 'modeltime-integration.Rmd'
    
    SUMMARY: processing the following file failed:
      'modeltime-integration.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-devel-windows-x86_64-new-UL
Version: 0.1.1
Check: package dependencies
Result: ERROR
    Package required but not available: 'Rlgt'
    
    See section 'The DESCRIPTION file' in the 'Writing R Extensions'
    manual.
Flavor: r-devel-windows-x86_64-new-TK
Version: 0.1.1
Check: tests
Result: ERROR
      Running ‘testthat.R’ [17s/21s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
      > library(testthat)
      > library(bayesmodels)
      Loading required package: parsnip
      Loading required package: bayesforecast
      
      Attaching package: 'bayesforecast'
      
      The following objects are masked from 'package:base':
      
          beta, gamma
      
      Loading required package: bsts
      Loading required package: BoomSpikeSlab
      Loading required package: Boom
      Loading required package: MASS
      
      Attaching package: 'Boom'
      
      The following object is masked from 'package:stats':
      
          rWishart
      
      
      Attaching package: 'BoomSpikeSlab'
      
      The following object is masked from 'package:stats':
      
          knots
      
      Loading required package: zoo
      
      Attaching package: 'zoo'
      
      The following objects are masked from 'package:base':
      
          as.Date, as.Date.numeric
      
      Loading required package: xts
      
      Attaching package: 'bsts'
      
      The following object is masked from 'package:BoomSpikeSlab':
      
          SuggestBurn
      
      ══ Welcome to bayesmodels ══════════════════════════════════════════════════════
      If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
      </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
      > library(modeltime)
      
      Attaching package: 'modeltime'
      
      The following objects are masked from 'package:bayesmodels':
      
          non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
          seasonal_ar, seasonal_differences, seasonal_ma
      
      > library(tidymodels)
      ── Attaching packages ────────────────────────────────────── tidymodels 0.1.4 ──
      ✔ broom        0.7.12     ✔ rsample      0.1.1 
      ✔ dials        0.1.0      ✔ tibble       3.1.6 
      ✔ dplyr        1.0.8      ✔ tidyr        1.2.0 
      ✔ ggplot2      3.3.5      ✔ tune         0.1.6 
      ✔ infer        1.0.0      ✔ workflows    0.2.4 
      ✔ modeldata    0.1.1      ✔ workflowsets 0.1.0 
      ✔ purrr        0.3.4      ✔ yardstick    0.0.9 
      ✔ recipes      0.1.17     
      ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
      ✖ purrr::discard()    masks scales::discard()
      ✖ dplyr::filter()     masks stats::filter()
      ✖ dplyr::first()      masks xts::first()
      ✖ purrr::is_null()    masks testthat::is_null()
      ✖ dplyr::lag()        masks stats::lag()
      ✖ dplyr::last()       masks xts::last()
      ✖ tidyr::matches()    masks rsample::matches(), dplyr::matches(), testthat::matches()
      ✖ dplyr::select()     masks MASS::select()
      ✖ recipes::step()     masks stats::step()
      ✖ dials::tree_depth() masks bayesmodels::tree_depth()
      • Learn how to get started at https://www.tidymodels.org/start/
      > library(timetk)
      > library(tidyverse)
      Error in completeSubclasses(classDef2, class1, obj, where) : 
        trying to get slot "subclasses" from an object of a basic class ("NULL") with no slots
      Error: package or namespace load failed for 'tidyverse':
       .onLoad failed in loadNamespace() for 'dbplyr', details:
        call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
        error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
      Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.1.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
      ...
    --- re-building ‘modeltime-integration.Rmd’ using rmarkdown
    ── Attaching packages ────────────────────────────────────── tidymodels 0.1.4 ──
    ✔ broom        0.7.12     ✔ recipes      0.1.17
    ✔ dials        0.1.0      ✔ rsample      0.1.1 
    ✔ dplyr        1.0.8      ✔ tibble       3.1.6 
    ✔ ggplot2      3.3.5      ✔ tidyr        1.2.0 
    ✔ infer        1.0.0      ✔ tune         0.1.6 
    ✔ modeldata    0.1.1      ✔ workflows    0.2.4 
    ✔ parsnip      0.1.7      ✔ workflowsets 0.1.0 
    ✔ purrr        0.3.4      ✔ yardstick    0.0.9 
    ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
    ✖ purrr::discard() masks scales::discard()
    ✖ dplyr::filter()  masks stats::filter()
    ✖ dplyr::lag()     masks stats::lag()
    ✖ recipes::step()  masks stats::step()
    • Use suppressPackageStartupMessages() to eliminate package startup messages
    Loading required package: bayesforecast
    
    Attaching package: 'bayesforecast'
    
    The following objects are masked from 'package:base':
    
        beta, gamma
    
    Loading required package: bsts
    Loading required package: BoomSpikeSlab
    Loading required package: Boom
    Loading required package: MASS
    
    Attaching package: 'MASS'
    
    The following object is masked from 'package:dplyr':
    
        select
    
    
    Attaching package: 'Boom'
    
    The following object is masked from 'package:stats':
    
        rWishart
    
    
    Attaching package: 'BoomSpikeSlab'
    
    The following object is masked from 'package:stats':
    
        knots
    
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
        as.Date, as.Date.numeric
    
    Loading required package: xts
    
    Attaching package: 'xts'
    
    The following objects are masked from 'package:dplyr':
    
        first, last
    
    
    Attaching package: 'bsts'
    
    The following object is masked from 'package:BoomSpikeSlab':
    
        SuggestBurn
    
    ══ Welcome to bayesmodels ══════════════════════════════════════════════════════
    If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
    </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
    
    Attaching package: 'bayesmodels'
    
    The following object is masked from 'package:dials':
    
        tree_depth
    
    
    Attaching package: 'modeltime'
    
    The following objects are masked from 'package:bayesmodels':
    
        non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
        seasonal_ar, seasonal_differences, seasonal_ma
    
    Quitting from lines 81-89 (modeltime-integration.Rmd) 
    Error: processing vignette 'modeltime-integration.Rmd' failed with diagnostics:
    package or namespace load failed for 'tidyverse':
     .onLoad failed in loadNamespace() for ‘dbplyr’, details:
      call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
      error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
    --- failed re-building ‘modeltime-integration.Rmd’
    
    SUMMARY: processing the following file failed:
      ‘modeltime-integration.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.1.1
Check: package dependencies
Result: ERROR
    Packages required but not available: 'bayesforecast', 'modeltime'
    
    See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
    manual.
Flavor: r-release-linux-x86_64
Version: 0.1.1
Check: tests
Result: ERROR
      Running 'testthat.R' [19s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
      > library(testthat)
      > library(bayesmodels)
      Loading required package: parsnip
      Loading required package: bayesforecast
      
      Attaching package: 'bayesforecast'
      
      The following objects are masked from 'package:base':
      
          beta, gamma
      
      Loading required package: bsts
      Loading required package: BoomSpikeSlab
      Loading required package: Boom
      Loading required package: MASS
      
      Attaching package: 'Boom'
      
      The following object is masked from 'package:stats':
      
          rWishart
      
      
      Attaching package: 'BoomSpikeSlab'
      
      The following object is masked from 'package:stats':
      
          knots
      
      Loading required package: zoo
      
      Attaching package: 'zoo'
      
      The following objects are masked from 'package:base':
      
          as.Date, as.Date.numeric
      
      Loading required package: xts
      
      Attaching package: 'bsts'
      
      The following object is masked from 'package:BoomSpikeSlab':
      
          SuggestBurn
      
      == Welcome to bayesmodels ======================================================
      If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
      </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
      > library(modeltime)
      
      Attaching package: 'modeltime'
      
      The following objects are masked from 'package:bayesmodels':
      
          non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
          seasonal_ar, seasonal_differences, seasonal_ma
      
      > library(tidymodels)
      -- Attaching packages -------------------------------------- tidymodels 0.1.4 --
      v broom        0.7.12     v rsample      0.1.1 
      v dials        0.1.0      v tibble       3.1.6 
      v dplyr        1.0.8      v tidyr        1.2.0 
      v ggplot2      3.3.5      v tune         0.1.6 
      v infer        1.0.0      v workflows    0.2.4 
      v modeldata    0.1.1      v workflowsets 0.1.0 
      v purrr        0.3.4      v yardstick    0.0.9 
      v recipes      0.1.17     
      -- Conflicts ----------------------------------------- tidymodels_conflicts() --
      x purrr::discard()    masks scales::discard()
      x dplyr::filter()     masks stats::filter()
      x dplyr::first()      masks xts::first()
      x purrr::is_null()    masks testthat::is_null()
      x dplyr::lag()        masks stats::lag()
      x dplyr::last()       masks xts::last()
      x tidyr::matches()    masks rsample::matches(), dplyr::matches(), testthat::matches()
      x dplyr::select()     masks MASS::select()
      x recipes::step()     masks stats::step()
      x dials::tree_depth() masks bayesmodels::tree_depth()
      * Search for functions across packages at https://www.tidymodels.org/find/
      > library(timetk)
      > library(tidyverse)
      Error in completeSubclasses(classDef2, class1, obj, where) : 
        trying to get slot "subclasses" from an object of a basic class ("NULL") with no slots
      Error: package or namespace load failed for 'tidyverse':
       .onLoad failed in loadNamespace() for 'dbplyr', details:
        call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
        error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
      Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.1.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building 'modeltime-integration.Rmd' using rmarkdown
    -- Attaching packages -------------------------------------- tidymodels 0.1.4 --
    v broom        0.7.12     v recipes      0.1.17
    v dials        0.1.0      v rsample      0.1.1 
    v dplyr        1.0.8      v tibble       3.1.6 
    v ggplot2      3.3.5      v tidyr        1.2.0 
    v infer        1.0.0      v tune         0.1.6 
    v modeldata    0.1.1      v workflows    0.2.4 
    v parsnip      0.1.7      v workflowsets 0.1.0 
    v purrr        0.3.4      v yardstick    0.0.9 
    -- Conflicts ----------------------------------------- tidymodels_conflicts() --
    x purrr::discard() masks scales::discard()
    x dplyr::filter()  masks stats::filter()
    x dplyr::lag()     masks stats::lag()
    x recipes::step()  masks stats::step()
    * Dig deeper into tidy modeling with R at https://www.tmwr.org
    Loading required package: bayesforecast
    
    Attaching package: 'bayesforecast'
    
    The following objects are masked from 'package:base':
    
        beta, gamma
    
    Loading required package: bsts
    Loading required package: BoomSpikeSlab
    Loading required package: Boom
    Loading required package: MASS
    
    Attaching package: 'MASS'
    
    The following object is masked from 'package:dplyr':
    
        select
    
    
    Attaching package: 'Boom'
    
    The following object is masked from 'package:stats':
    
        rWishart
    
    
    Attaching package: 'BoomSpikeSlab'
    
    The following object is masked from 'package:stats':
    
        knots
    
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
        as.Date, as.Date.numeric
    
    Loading required package: xts
    
    Attaching package: 'xts'
    
    The following objects are masked from 'package:dplyr':
    
        first, last
    
    
    Attaching package: 'bsts'
    
    The following object is masked from 'package:BoomSpikeSlab':
    
        SuggestBurn
    
    == Welcome to bayesmodels ======================================================
    If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
    </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
    
    Attaching package: 'bayesmodels'
    
    The following object is masked from 'package:dials':
    
        tree_depth
    
    
    Attaching package: 'modeltime'
    
    The following objects are masked from 'package:bayesmodels':
    
        non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
        seasonal_ar, seasonal_differences, seasonal_ma
    
    Quitting from lines 81-89 (modeltime-integration.Rmd) 
    Error: processing vignette 'modeltime-integration.Rmd' failed with diagnostics:
    package or namespace load failed for 'tidyverse':
     .onLoad failed in loadNamespace() for 'dbplyr', details:
      call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
      error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
    --- failed re-building 'modeltime-integration.Rmd'
    
    SUMMARY: processing the following file failed:
      'modeltime-integration.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.1.1
Check: tests
Result: ERROR
      Running 'testthat.R' [20s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
      > library(testthat)
      > library(bayesmodels)
      Loading required package: parsnip
      Loading required package: bayesforecast
      
      Attaching package: 'bayesforecast'
      
      The following objects are masked from 'package:base':
      
          beta, gamma
      
      Loading required package: bsts
      Loading required package: BoomSpikeSlab
      Loading required package: Boom
      Loading required package: MASS
      
      Attaching package: 'Boom'
      
      The following object is masked from 'package:stats':
      
          rWishart
      
      
      Attaching package: 'BoomSpikeSlab'
      
      The following object is masked from 'package:stats':
      
          knots
      
      Loading required package: zoo
      
      Attaching package: 'zoo'
      
      The following objects are masked from 'package:base':
      
          as.Date, as.Date.numeric
      
      Loading required package: xts
      
      Attaching package: 'bsts'
      
      The following object is masked from 'package:BoomSpikeSlab':
      
          SuggestBurn
      
      == Welcome to bayesmodels ======================================================
      If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
      </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
      > library(modeltime)
      
      Attaching package: 'modeltime'
      
      The following objects are masked from 'package:bayesmodels':
      
          non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
          seasonal_ar, seasonal_differences, seasonal_ma
      
      > library(tidymodels)
      -- Attaching packages -------------------------------------- tidymodels 0.1.4 --
      v broom        0.7.12     v rsample      0.1.1 
      v dials        0.1.0      v tibble       3.1.6 
      v dplyr        1.0.8      v tidyr        1.2.0 
      v ggplot2      3.3.5      v tune         0.1.6 
      v infer        1.0.0      v workflows    0.2.4 
      v modeldata    0.1.1      v workflowsets 0.1.0 
      v purrr        0.3.4      v yardstick    0.0.9 
      v recipes      0.1.17     
      -- Conflicts ----------------------------------------- tidymodels_conflicts() --
      x purrr::discard()    masks scales::discard()
      x dplyr::filter()     masks stats::filter()
      x dplyr::first()      masks xts::first()
      x purrr::is_null()    masks testthat::is_null()
      x dplyr::lag()        masks stats::lag()
      x dplyr::last()       masks xts::last()
      x tidyr::matches()    masks rsample::matches(), dplyr::matches(), testthat::matches()
      x dplyr::select()     masks MASS::select()
      x recipes::step()     masks stats::step()
      x dials::tree_depth() masks bayesmodels::tree_depth()
      * Dig deeper into tidy modeling with R at https://www.tmwr.org
      > library(timetk)
      > library(tidyverse)
      Error in completeSubclasses(classDef2, class1, obj, where) : 
        trying to get slot "subclasses" from an object of a basic class ("NULL") with no slots
      Error: package or namespace load failed for 'tidyverse':
       .onLoad failed in loadNamespace() for 'dbplyr', details:
        call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
        error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
      Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.1.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building 'modeltime-integration.Rmd' using rmarkdown
    -- Attaching packages -------------------------------------- tidymodels 0.1.4 --
    v broom        0.7.12     v recipes      0.1.17
    v dials        0.1.0      v rsample      0.1.1 
    v dplyr        1.0.8      v tibble       3.1.6 
    v ggplot2      3.3.5      v tidyr        1.2.0 
    v infer        1.0.0      v tune         0.1.6 
    v modeldata    0.1.1      v workflows    0.2.4 
    v parsnip      0.1.7      v workflowsets 0.1.0 
    v purrr        0.3.4      v yardstick    0.0.9 
    -- Conflicts ----------------------------------------- tidymodels_conflicts() --
    x purrr::discard() masks scales::discard()
    x dplyr::filter()  masks stats::filter()
    x dplyr::lag()     masks stats::lag()
    x recipes::step()  masks stats::step()
    * Learn how to get started at https://www.tidymodels.org/start/
    Loading required package: bayesforecast
    
    Attaching package: 'bayesforecast'
    
    The following objects are masked from 'package:base':
    
        beta, gamma
    
    Loading required package: bsts
    Loading required package: BoomSpikeSlab
    Loading required package: Boom
    Loading required package: MASS
    
    Attaching package: 'MASS'
    
    The following object is masked from 'package:dplyr':
    
        select
    
    
    Attaching package: 'Boom'
    
    The following object is masked from 'package:stats':
    
        rWishart
    
    
    Attaching package: 'BoomSpikeSlab'
    
    The following object is masked from 'package:stats':
    
        knots
    
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
        as.Date, as.Date.numeric
    
    Loading required package: xts
    
    Attaching package: 'xts'
    
    The following objects are masked from 'package:dplyr':
    
        first, last
    
    
    Attaching package: 'bsts'
    
    The following object is masked from 'package:BoomSpikeSlab':
    
        SuggestBurn
    
    == Welcome to bayesmodels ======================================================
    If you are interested in time series, maybe you would like to check my other packages: garchmodels and boostime
    </> If you find this package useful, please leave a star: https://github.com/AlbertoAlmuinha/bayesmodels </>
    
    Attaching package: 'bayesmodels'
    
    The following object is masked from 'package:dials':
    
        tree_depth
    
    
    Attaching package: 'modeltime'
    
    The following objects are masked from 'package:bayesmodels':
    
        non_seasonal_ar, non_seasonal_differences, non_seasonal_ma,
        seasonal_ar, seasonal_differences, seasonal_ma
    
    Quitting from lines 81-89 (modeltime-integration.Rmd) 
    Error: processing vignette 'modeltime-integration.Rmd' failed with diagnostics:
    package or namespace load failed for 'tidyverse':
     .onLoad failed in loadNamespace() for 'dbplyr', details:
      call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
      error: error in contained classes ("character") for class "ident"; class definition removed from 'dbplyr'
    --- failed re-building 'modeltime-integration.Rmd'
    
    SUMMARY: processing the following file failed:
      'modeltime-integration.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64