Fix missing deps and roxygen2 version in deploy workflow
Add tidymodels and here to DESCRIPTION Suggests so remotes::install_deps picks them up in CI. Explicitly install roxygen2 in deploy.yaml to ensure version >= 7.3.3 is available, matching the RoxygenNote declared in DESCRIPTION. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -43,8 +43,10 @@ Imports:
|
||||
yardstick
|
||||
Suggests:
|
||||
duckdb,
|
||||
here,
|
||||
targets,
|
||||
tarchetypes,
|
||||
tidymodels,
|
||||
knitr,
|
||||
spelling,
|
||||
testthat (>= 3.0.0),
|
||||
|
||||
Reference in New Issue
Block a user