diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 9fcae70..1af1223 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -23,7 +23,7 @@ jobs: - name: Install pak and query dependencies run: | install.packages("pak", repos = "https://r-lib.github.io/p/pak/dev/") - pak::pak_update() + pak::pkg_install(microsoft/finnts) saveRDS(pak::pkg_deps("local::.", dependencies = TRUE), ".github/r-depends.rds") shell: Rscript {0} diff --git a/DESCRIPTION b/DESCRIPTION index 3bcb4c4..ada7701 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -39,6 +39,7 @@ Imports: modeltime.ensemble, modeltime.gluonts, modeltime.resample, + parallel, plyr, purrr, rAzureBatch (>= 0.7.0),