Skip to contents

A tibble with metadata of all possible pkgpurl package configuration options. See pal::pkg_config_val() for more information.

Usage

pkg_config

Format

A tibble with the columns key, default_value, and description.

Examples

pkgpurl::pkg_config
#> # A tibble: 3 × 3
#>   key                  default_value description                                                                                                                
#>   <chr>                <list>        <chr>                                                                                                                      
#> 1 add_copyright_notice <NULL>        Whether or not to add a **copyright notice** at the beginning of the generated `.R` files as recommended by e.g. the [GNU …
#> 2 add_license_notice   <NULL>        Whether or not to add a **license notice** at the beginning of the generated `.R` files as recommended by e.g. the [GNU li…
#> 3 gen_pkgdown_ref      <NULL>        Whether or not to overwrite [pkgdown](https://pkgdown.r-lib.org/)'s [reference index](https://pkgdown.r-lib.org/reference/…