Skip to content

Commit

Permalink
Added tidyverts dev to tic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Sep 11, 2019
1 parent 3c0266a commit a6cbddd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tic.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ do_package_checks()

if (Sys.getenv("DEV_VERSIONS") != "") {
get_stage("install") %>%
add_step(step_install_github(c("r-lib/rlang", "tidyverse/dplyr", "tidyverse/tidyr")))
add_step(step_install_github(c("r-lib/rlang", "tidyverse/dplyr", "tidyverse/tidyr",
"tidyverts/tsibble", "tidyverts/fabletools", "tidyverts/feasts")))
}

if (Sys.getenv("BUILD_PKGDOWN") != "" && ci()$get_branch() == "master") {
Expand Down

0 comments on commit a6cbddd

Please sign in to comment.