Report any import objects required by your drake_plan plan but missing from your workspace or file system.
Source:R/outdated.R
missed.Rd
Checks your workspace/environment and file system.
Arguments
- ...
Arguments to
make()
, such asplan
andtargets
.- config
Deprecated.
Examples
if (FALSE) { # \dontrun{
isolate_example("Quarantine side effects.", {
if (suppressWarnings(require("knitr"))) {
plan <- drake_plan(x = missing::fun(arg))
missed(plan)
}
})
} # }