CRAN Package Check Results for Package modeltime

Last updated on 2020-08-07 01:49:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.2 12.02 394.49 406.51 OK
r-devel-linux-x86_64-debian-gcc 0.0.2 9.17 276.24 285.41 OK
r-devel-linux-x86_64-fedora-clang 0.0.2 477.04 NOTE
r-devel-linux-x86_64-fedora-gcc 0.0.2 456.77 OK
r-devel-windows-ix86+x86_64 0.0.2 35.00 498.00 533.00 OK
r-patched-linux-x86_64 0.0.2 9.16 383.87 393.03 OK
r-patched-solaris-x86 0.0.2 568.50 WARN
r-release-linux-x86_64 0.0.2 8.18 374.63 382.81 OK
r-release-macos-x86_64 0.0.2 WARN
r-release-windows-ix86+x86_64 0.0.2 37.00 375.00 412.00 OK
r-oldrel-macos-x86_64 0.0.2 WARN
r-oldrel-windows-ix86+x86_64 0.0.2 19.00 363.00 382.00 OK

Check Details

Version: 0.0.2
Check: package dependencies
Result: NOTE
    Imports includes 25 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.0.2
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘extending-modeltime.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ──
    ✔ ggplot2 3.3.2 ✔ purrr 0.3.4
    ✔ tibble 3.0.3 ✔ dplyr 1.0.1
    ✔ tidyr 1.1.1 ✔ stringr 1.4.0
    ✔ readr 1.3.1 ✔ forcats 0.5.0
    ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
    ✖ dplyr::filter() masks stats::filter()
    ✖ dplyr::lag() masks stats::lag()
    
    Attaching package: 'rlang'
    
    The following objects are masked from 'package:purrr':
    
     %@%, as_function, flatten, flatten_chr, flatten_dbl, flatten_int,
     flatten_lgl, flatten_raw, invoke, list_along, modify, prepend,
     splice
    
    .date_var is missing. Using: date
    Warning in max(ids, na.rm = TRUE) :
     no non-missing arguments to max; returning -Inf
    --- finished re-building ‘extending-modeltime.Rmd’
    
    --- re-building ‘getting-started-with-modeltime.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    ── Attaching packages ────────────────────────────────────── tidymodels 0.1.1 ──
    ✔ broom 0.7.0 ✔ recipes 0.1.13
    ✔ dials 0.0.8 ✔ rsample 0.0.7
    ✔ dplyr 1.0.1 ✔ tibble 3.0.3
    ✔ ggplot2 3.3.2 ✔ tidyr 1.1.1
    ✔ infer 0.5.3 ✔ tune 0.1.1
    ✔ modeldata 0.0.2 ✔ workflows 0.1.2
    ✔ parsnip 0.1.3 ✔ yardstick 0.0.7
    ✔ purrr 0.3.4
    ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
    ✖ purrr::discard() masks scales::discard()
    ✖ dplyr::filter() masks stats::filter()
    ✖ dplyr::lag() masks stats::lag()
    ✖ recipes::step() masks stats::step()
    ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ──
    ✔ readr 1.3.1 ✔ forcats 0.5.0
    ✔ stringr 1.4.0
    ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
    ✖ readr::col_factor() masks scales::col_factor()
    ✖ purrr::discard() masks scales::discard()
    ✖ dplyr::filter() masks stats::filter()
    ✖ stringr::fixed() masks recipes::fixed()
    ✖ dplyr::lag() masks stats::lag()
    ✖ readr::spec() masks yardstick::spec()
    
    Attaching package: 'lubridate'
    
    The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
    frequency = 12 observations per 1 year
    frequency = 12 observations per 1 year
    frequency = 12 observations per 1 year
    Disabling weekly seasonality. Run prophet with weekly.seasonality=TRUE to override this.
    Disabling daily seasonality. Run prophet with daily.seasonality=TRUE to override this.
    Warning in max(ids, na.rm = TRUE) :
     no non-missing arguments to max; returning -Inf
    Quitting from lines 283-286 (getting-started-with-modeltime.Rmd)
    Error: processing vignette 'getting-started-with-modeltime.Rmd' failed with diagnostics:
    there is no package called 'webshot'
    --- failed re-building ‘getting-started-with-modeltime.Rmd’
    
    --- re-building ‘modeltime-model-list.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ──
    ✔ ggplot2 3.3.2 ✔ purrr 0.3.4
    ✔ tibble 3.0.3 ✔ dplyr 1.0.1
    ✔ tidyr 1.1.1 ✔ stringr 1.4.0
    ✔ readr 1.3.1 ✔ forcats 0.5.0
    ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
    ✖ dplyr::filter() masks stats::filter()
    ✖ dplyr::lag() masks stats::lag()
    Quitting from lines 144-172 (modeltime-model-list.Rmd)
    Error: processing vignette 'modeltime-model-list.Rmd' failed with diagnostics:
    there is no package called 'webshot'
    --- failed re-building ‘modeltime-model-list.Rmd’
    
    SUMMARY: processing the following files failed:
     ‘getting-started-with-modeltime.Rmd’ ‘modeltime-model-list.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.0.2
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building ‘extending-modeltime.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ──
    ✔ ggplot2 3.3.2 ✔ purrr 0.3.4
    ✔ tibble 3.0.3 ✔ dplyr 1.0.0
    ✔ tidyr 1.1.0 ✔ stringr 1.4.0
    ✔ readr 1.3.1 ✔ forcats 0.5.0
    ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
    ✖ dplyr::filter() masks stats::filter()
    ✖ dplyr::lag() masks stats::lag()
    
    Attaching package: 'rlang'
    
    The following objects are masked from 'package:purrr':
    
     %@%, as_function, flatten, flatten_chr, flatten_dbl, flatten_int,
     flatten_lgl, flatten_raw, invoke, list_along, modify, prepend,
     splice
    
    .date_var is missing. Using: date
    Warning in max(ids, na.rm = TRUE) :
     no non-missing arguments to max; returning -Inf
    --- finished re-building ‘extending-modeltime.Rmd’
    
    --- re-building ‘getting-started-with-modeltime.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    ── Attaching packages ────────────────────────────────────── tidymodels 0.1.0 ──
    ✔ broom 0.5.6 ✔ recipes 0.1.13
    ✔ dials 0.0.8 ✔ rsample 0.0.7
    ✔ dplyr 1.0.0 ✔ tibble 3.0.3
    ✔ ggplot2 3.3.2 ✔ tune 0.1.1
    ✔ infer 0.5.3 ✔ workflows 0.1.2
    ✔ parsnip 0.1.2 ✔ yardstick 0.0.7
    ✔ purrr 0.3.4
    ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
    ✖ purrr::discard() masks scales::discard()
    ✖ dplyr::filter() masks stats::filter()
    ✖ dplyr::lag() masks stats::lag()
    ✖ recipes::step() masks stats::step()
    ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ──
    ✔ tidyr 1.1.0 ✔ stringr 1.4.0
    ✔ readr 1.3.1 ✔ forcats 0.5.0
    ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
    ✖ readr::col_factor() masks scales::col_factor()
    ✖ purrr::discard() masks scales::discard()
    ✖ dplyr::filter() masks stats::filter()
    ✖ stringr::fixed() masks recipes::fixed()
    ✖ dplyr::lag() masks stats::lag()
    ✖ readr::spec() masks yardstick::spec()
    
    Attaching package: 'lubridate'
    
    The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
    frequency = 12 observations per 1 year
    frequency = 12 observations per 1 year
    frequency = 12 observations per 1 year
    Disabling weekly seasonality. Run prophet with weekly.seasonality=TRUE to override this.
    Disabling daily seasonality. Run prophet with daily.seasonality=TRUE to override this.
    Warning in max(ids, na.rm = TRUE) :
     no non-missing arguments to max; returning -Inf
    PhantomJS not found. You can install it with webshot::install_phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
    Warning in normalizePath(f2) :
     path[1]="webshot1329a7f2969cd.png": No such file or directory
    Warning in file(con, "rb") :
     cannot open file 'webshot1329a7f2969cd.png': No such file or directory
    Quitting from lines 283-286 (getting-started-with-modeltime.Rmd)
    Error: processing vignette 'getting-started-with-modeltime.Rmd' failed with diagnostics:
    cannot open the connection
    --- failed re-building ‘getting-started-with-modeltime.Rmd’
    
    --- re-building ‘modeltime-model-list.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ──
    ✔ ggplot2 3.3.2 ✔ purrr 0.3.4
    ✔ tibble 3.0.3 ✔ dplyr 1.0.0
    ✔ tidyr 1.1.0 ✔ stringr 1.4.0
    ✔ readr 1.3.1 ✔ forcats 0.5.0
    ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
    ✖ dplyr::filter() masks stats::filter()
    ✖ dplyr::lag() masks stats::lag()
    PhantomJS not found. You can install it with webshot::install_phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
    Warning in normalizePath(f2) :
     path[1]="webshot1394c4e8068f8.png": No such file or directory
    Warning in file(con, "rb") :
     cannot open file 'webshot1394c4e8068f8.png': No such file or directory
    Quitting from lines 144-172 (modeltime-model-list.Rmd)
    Error: processing vignette 'modeltime-model-list.Rmd' failed with diagnostics:
    cannot open the connection
    --- failed re-building ‘modeltime-model-list.Rmd’
    
    SUMMARY: processing the following files failed:
     ‘getting-started-with-modeltime.Rmd’ ‘modeltime-model-list.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-release-macos-x86_64

Version: 0.0.2
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building ‘extending-modeltime.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ──
    ✔ ggplot2 3.3.2 ✔ purrr 0.3.4
    ✔ tibble 3.0.3 ✔ dplyr 1.0.1
    ✔ tidyr 1.1.1 ✔ stringr 1.4.0
    ✔ readr 1.3.1 ✔ forcats 0.5.0
    ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
    ✖ dplyr::filter() masks stats::filter()
    ✖ dplyr::lag() masks stats::lag()
    
    Attaching package: 'rlang'
    
    The following objects are masked from 'package:purrr':
    
     %@%, as_function, flatten, flatten_chr, flatten_dbl, flatten_int,
     flatten_lgl, flatten_raw, invoke, list_along, modify, prepend,
     splice
    
    .date_var is missing. Using: date
    Warning in max(ids, na.rm = TRUE) :
     no non-missing arguments to max; returning -Inf
    --- finished re-building ‘extending-modeltime.Rmd’
    
    --- re-building ‘getting-started-with-modeltime.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    ── Attaching packages ────────────────────────────────────── tidymodels 0.1.0 ──
    ✔ broom 0.7.0 ✔ recipes 0.1.13
    ✔ dials 0.0.8 ✔ rsample 0.0.7
    ✔ dplyr 1.0.1 ✔ tibble 3.0.3
    ✔ ggplot2 3.3.2 ✔ tune 0.1.1
    ✔ infer 0.5.3 ✔ workflows 0.1.1
    ✔ parsnip 0.1.3 ✔ yardstick 0.0.7
    ✔ purrr 0.3.4
    ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──
    ✖ purrr::discard() masks scales::discard()
    ✖ dplyr::filter() masks stats::filter()
    ✖ dplyr::lag() masks stats::lag()
    ✖ recipes::step() masks stats::step()
    ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ──
    ✔ tidyr 1.1.1 ✔ stringr 1.4.0
    ✔ readr 1.3.1 ✔ forcats 0.5.0
    ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
    ✖ readr::col_factor() masks scales::col_factor()
    ✖ purrr::discard() masks scales::discard()
    ✖ dplyr::filter() masks stats::filter()
    ✖ stringr::fixed() masks recipes::fixed()
    ✖ dplyr::lag() masks stats::lag()
    ✖ readr::spec() masks yardstick::spec()
    
    Attaching package: 'lubridate'
    
    The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
    frequency = 12 observations per 1 year
    frequency = 12 observations per 1 year
    frequency = 12 observations per 1 year
    Disabling weekly seasonality. Run prophet with weekly.seasonality=TRUE to override this.
    Disabling daily seasonality. Run prophet with daily.seasonality=TRUE to override this.
    Warning in max(ids, na.rm = TRUE) :
     no non-missing arguments to max; returning -Inf
    PhantomJS not found. You can install it with webshot::install_phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
    Warning in normalizePath(f2) :
     path[1]="webshot183bd7aababed.png": No such file or directory
    Warning in file(con, "rb") :
     cannot open file 'webshot183bd7aababed.png': No such file or directory
    Quitting from lines 283-286 (getting-started-with-modeltime.Rmd)
    Error: processing vignette 'getting-started-with-modeltime.Rmd' failed with diagnostics:
    cannot open the connection
    --- failed re-building ‘getting-started-with-modeltime.Rmd’
    
    --- re-building ‘modeltime-model-list.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ──
    ✔ ggplot2 3.3.2 ✔ purrr 0.3.4
    ✔ tibble 3.0.3 ✔ dplyr 1.0.1
    ✔ tidyr 1.1.1 ✔ stringr 1.4.0
    ✔ readr 1.3.1 ✔ forcats 0.5.0
    ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
    ✖ dplyr::filter() masks stats::filter()
    ✖ dplyr::lag() masks stats::lag()
    PhantomJS not found. You can install it with webshot::install_phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
    Warning in normalizePath(f2) :
     path[1]="webshot183cb24e9b11e.png": No such file or directory
    Warning in file(con, "rb") :
     cannot open file 'webshot183cb24e9b11e.png': No such file or directory
    Quitting from lines 144-172 (modeltime-model-list.Rmd)
    Error: processing vignette 'modeltime-model-list.Rmd' failed with diagnostics:
    cannot open the connection
    --- failed re-building ‘modeltime-model-list.Rmd’
    
    SUMMARY: processing the following files failed:
     ‘getting-started-with-modeltime.Rmd’ ‘modeltime-model-list.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-oldrel-macos-x86_64