A tibble with data about all possible pkgpurl package configuration options. See funky::config_val() for more information.
Format
A tibble with the columns key, default_value, default_value_dynamic, require, and description.
Examples
qstnr::funky_config
#> # A tibble: 2 × 5
#> key default_value default_value_dynamic require description
#> <chr> <list> <chr> <lgl> <glue>
#> 1 global_max_cache_age <chr [1]> NA NA Maximal timespan to preserve the package's [pkgpins](https://pkgpins.rpkg.dev/) cache. Cache…
#> 2 gcp_key <NULL> NA NA [Google Cloud Platform (GCP) Service Account Key](https://cloud.google.com/iam/docs/creating…