Verifies that external CLI tools required by rfp are available on the system PATH. Reports pass/fail for each tool with install instructions.
Examples
rfp_check_deps()
#> ✔ ogr2ogr
#> ✖ bcdata not found. BC Data Catalogue CLI. Install: uv sync --project inst/python
#> ✖ fio not found. Fiona CLI. Install: uv sync --project inst/python
#> ✖ rio not found. Rasterio CLI. Install: uv sync --project inst/python
#> ✖ mergin not found. Mergin Maps CLI. Install: uv sync --project inst/python
#> ✔ docker
#> ! Some dependencies are missing. Python tools: uv sync --project inst/python
