#| label: init #| include: false knitr::opts_knit$set(root.dir = getwd())
r pal::desc_value("Package")
r paste0('[, ')](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", "[]", "(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.
#| 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()
#| label: pkgpurl #| child: !expr pkgsnip::snip_path("pkgpurl.Rmd")
#| label: pkg-code-style #| child: !expr pkgsnip::snip_path("pkg-code-style.Rmd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.