File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ support for it on your own and submit a [merge request](https://gitlab.com/rpkg.
36
36
#| eval: !expr '!isTRUE(getOption("pal.build_readme.is_pkgdown"))'
37
37
#| results: asis
38
38
#| echo: false
39
- pkgsnip::md_snip(name = "pkgdown_notice") %>%
39
+ pkgsnip::md_snip(id = "pkgdown_notice") %>%
40
40
paste0("## Documentation\n\n",
41
41
"[]",
42
42
"(https://app.netlify.com/sites/tocr-rpkg-dev/deploys)\n\n",
@@ -56,7 +56,7 @@ pkgsnip::md_snip(name = "pkgdown_notice") %>%
56
56
#| eval: !expr isTRUE(getOption("pal.build_readme.is_pkgdown"))
57
57
#| results: asis
58
58
#| echo: false
59
- pkgsnip::md_snip(name = "usage_notice") %>%
59
+ pkgsnip::md_snip(id = "usage_notice") %>%
60
60
paste0("## Usage\n\n", .) %>%
61
61
pal::cat_lines()
62
62
```
You can’t perform that action at this time.
0 commit comments