#| label: init
#| include: false

knitr::opts_knit$set(root.dir = getwd())

r pal::desc_value("Package")

r paste0('[![CRAN Status](https://r-pkg.org/badges/version/', pal::desc_value(key = "Package"), ')](https://cran.r-project.org/package=', pal::desc_value(key = "Package"), '){.pkgdown-release}')

r pal::desc_value("Description")[^1]

This is arguably a low-cohesion package.

#| label: pkg-doc
#| eval: !expr '!isTRUE(getOption("pal.build_readme.is_pkgdown"))'
#| results: asis
#| echo: false

paste0("## Documentation\n\n",
       "[![Netlify Status](https://api.netlify.com/api/v1/badges/a8eddba3-4c85-4750-a737-e0d74d721f65/deploy-status)]",
       "(https://app.netlify.com/sites/pal-rpkg-dev/deploys)\n\n",
       pkgsnip::md_snip(id = "pkgdown_site")) |>
  pal::cat_lines()

[^1]: If you discover one or more of the features of this package in a more popular tidyverse-style package, feel free to report it to me and I will consider deprecating it. I strongly support standardization efforts and the avoidance of unnecessary duplication.

Installation

#| label: pkg-instl-dev
#| child: !expr pkgsnip::snip_path("pkg-instl-dev-gitlab.Rmd")
#| label: pkg-usage
#| eval: !expr isTRUE(getOption("pal.build_readme.is_pkgdown"))
#| results: asis
#| echo: false

pkgsnip::md_snip(id = "pkg_usage") %>%
  paste0("## Usage\n\n", .) %>%
  pal::cat_lines()

Development

R Markdown format

#| label: pkgpurl
#| child: !expr pkgsnip::snip_path("pkgpurl.Rmd")

Coding style

#| label: pkg-code-style
#| child: !expr pkgsnip::snip_path("pkg-code-style.Rmd")

See also



salim-b/pal documentation built on Feb. 28, 2025, 6:51 p.m.