diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 1972b18..0e3425d 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -36,7 +36,7 @@ jobs: # First install 'renv' or 'remotes', then install project dependencies # Using remotes here as it's typically faster for CI if renv cache isn't available run: | - Rscript -e "install.packages(c('remotes', 'styler'))" + Rscript -e "install.packages(c('remotes', 'styler', 'roxygen2'))" Rscript -e "remotes::install_deps(dependencies = TRUE)" - name: Run Build Script diff --git a/DESCRIPTION b/DESCRIPTION index d2b6893..01bf13b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -43,8 +43,10 @@ Imports: yardstick Suggests: duckdb, + here, targets, tarchetypes, + tidymodels, knitr, spelling, testthat (>= 3.0.0),