path <- "~/Desktop/validation/code/cards//"
repos <- "https://cran.r-project.org"
output <- tempdir()
df <- checked::rev_dep_check_tasks_df(
path = path,
repos = repos,
versions = c("dev", "release")
)
df <- df[startsWith(df$alias, "gtsummary"), ]
design <- checked::check_design$new(
df = df,
repos = "https://cran.r-project.org",
output = output,
restore = FALSE
)
checked::run(design)
checked::results(design)
checked::results(design)$revdep_check_task_spec$gtsummary$errors