-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
From the example on the pkgdown page:
harvest <- tsibble(
year = c(2010, 2011, 2013, 2011, 2012, 2014),
fruit = rep(c("kiwi", "cherry"), each = 3),
kilo = sample(1:10, size = 6),
key = fruit, index = year
)
fill_gaps(harvest, .full = start())Error in hasTsp(x) : argument "x" is missing, with no default
This is with tsibble 0.8.6. Here's the full sessionInfo():
R version 3.6.2 (2019-12-12)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.4 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.7.1
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.7.1
locale:
[1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C LC_TIME=C.UTF-8
[4] LC_COLLATE=C.UTF-8 LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8
[7] LC_PAPER=C.UTF-8 LC_NAME=C LC_ADDRESS=C
[10] LC_TELEPHONE=C LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] fable_0.1.2 feasts_0.1.2 fabletools_0.1.2 tsibble_0.8.6
[5] dplyr_0.8.4 tidyr_1.0.2
loaded via a namespace (and not attached):
[1] Rcpp_1.0.3 pillar_1.4.3 compiler_3.6.2 tools_3.6.2
[5] lubridate_1.7.4 lifecycle_0.1.0 tibble_2.1.3 gtable_0.3.0
[9] anytime_0.3.7 pkgconfig_2.0.3 rlang_0.4.4 cli_2.0.1
[13] yaml_2.2.1 stringr_1.4.0 generics_0.0.2 vctrs_0.2.2
[17] rprojroot_1.3-2 grid_3.6.2 tidyselect_1.0.0 glue_1.3.1
[21] here_0.1 R6_2.4.1 fansi_0.4.1 ggplot2_3.2.1
[25] purrr_0.3.3 magrittr_1.5 ellipsis_0.3.0 scales_1.1.0
[29] backports_1.1.5 assertthat_0.2.1 colorspace_1.4-1 utf8_1.1.4
[33] stringi_1.4.6 lazyeval_0.2.2 munsell_0.5.0 crayon_1.3.4
Metadata
Metadata
Assignees
Labels
No labels