Skip to content

Commit 17a7465

Browse files
committed
chore: don't harcode pkg name
1 parent 1bbd612 commit 17a7465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/swissmuni-package.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#' @section Package configuration:
22
#'
3-
#' `r pkgsnip::md_snip("pkg_config", pkg = "swissmuni")`
3+
#' `r pkgsnip::md_snip(id = "pkg_config", pkg = this_pkg)`
44
#'
55
#' ```{r, echo = FALSE}
6-
#' pal::print_pkg_config("swissmuni")
6+
#' pal::print_pkg_config(this_pkg)
77
#' ```
88
#'
99
#' @keywords internal

0 commit comments

Comments
 (0)