diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index a7a94e7..2dc0770 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -127,7 +127,7 @@ jobs: if: steps.check_label.outputs.skip != 'true' run: | install.packages( - c("lintr", "rmarkdown"), + c("lintr", "rmarkdown", "DT"), repos = "https://packagemanager.posit.co/cran/__linux__/noble/latest" ) shell: Rscript {0} diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 263b589..f3fe126 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -54,6 +54,7 @@ jobs: any::knitr any::rmarkdown any::tibble + any::DT - name: Set timezone to Pacific Time run: echo "TZ=America/Los_Angeles" >> $GITHUB_ENV diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7373166..4c47f47 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,6 +35,7 @@ jobs: any::knitr any::rmarkdown any::tibble + any::DT - name: Set timezone to Pacific Time run: echo "TZ=America/Los_Angeles" >> $GITHUB_ENV