Last updated on 2020-08-07 01:50:27 CEST.
Package | WARN | NOTE | OK |
---|---|---|---|
alphavantager | 12 | ||
anomalize | 12 | ||
correlationfunnel | 5 | 7 | |
modeltime | 3 | 1 | 8 |
sweep | 5 | 7 | |
tidyquant | 7 | 5 | |
timetk | 5 | 7 |
Current CRAN status: OK: 12
Current CRAN status: OK: 12
Current CRAN status: NOTE: 5, OK: 7
Version: 0.2.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘utils’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Current CRAN status: WARN: 3, NOTE: 1, OK: 8
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
Current CRAN status: NOTE: 5, OK: 7
Version: 0.2.3
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘lubridate’ ‘tidyr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Current CRAN status: NOTE: 7, OK: 5
Version: 1.0.1
Check: package dependencies
Result: NOTE
Imports includes 21 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: 1.0.1
Check: installed package size
Result: NOTE
installed size is 5.3Mb
sub-directories of 1Mb or more:
doc 4.4Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘Rblpapi’
Flavor: r-patched-solaris-x86
Current CRAN status: NOTE: 5, OK: 7
Version: 2.2.0
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: 2.2.0
Check: data for non-ASCII characters
Result: NOTE
Note: found 2750 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64