Skip to contents

Runs a set of lightweight checks aimed at getting started quickly. This includes path validation and basic HPC-specific recommendations.

Usage

parade_doctor(create = FALSE, quiet = FALSE)

Arguments

create

Whether to create missing directories for path roots.

quiet

Whether to suppress printing and only return results.

Value

The result from paths_validate (invisibly).

Examples

parade_doctor()
#> parade doctor
#> ------------
#> [OK] project    /home/runner/work/parade/parade/docs/reference
#> [OK] scratch    /tmp/RtmpfrGA9U
#> [WARN] data       /home/runner/work/parade/parade/docs/reference/data
#>        Directory does not exist.
#> [OK] artifacts  /tmp/RtmpfrGA9U/parade-artifacts
#> [OK] registry   /tmp/RtmpfrGA9U/parade-registry
#> [WARN] config     /home/runner/work/parade/parade/docs/reference/.parade
#>        Directory does not exist.
#> [WARN] cache      /home/runner/.cache/R/parade
#>        Directory does not exist.
#> 
#> Warnings
#> --------
#> - Missing directory for: data, config, cache