You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' fallback the backlinks point to the next header line above `position` (if any found). This will also be the case if `md_flavor = "gitlab"` and
558
558
#' `title_tier` is set to a non-header value (`"regular"`, `"bold"` or `"italic"`) because GitLab currently ignores manually set HTML `<id>` attributes.
559
559
#' @param backlink_strings String(s) to use as link text back to the TOC. A character vector of length 1 or 2. If two strings are provided, the first one will
560
-
#' be used for backlinks below `position`, the second one for backlinks above `position`. Note that at least Unicode 7.0 support is required for the default
561
-
#' symbols `\U1F805` and `\U1F807` to be correctly displayed.
560
+
#' be used for backlinks below `position`, the second one for backlinks above `position`.
562
561
#' @param backlink_position Position of the backlinks. Possible values include:
-Rsourcecodeis*not*splitoverseveralfilesas [suggestedbytheTSG](https://style.tidyverse.org/package-files.html) butinstead is (asfaraspossible) keptinthesinglefile [`Rmd/tocr.Rmd`](Rmd/tocr.Rmd) whichiswell-structuredthankstoits [Markdownsupport](#r-markdown-format).
76
+
-Rsourcecodeis*not*splitoverseveralfilesas [suggestedbytheTSG](https://style.tidyverse.org/package-files.html) butinstead is (asfaraspossible) keptinthesinglefile [`Rmd/tocr.Rmd`](https://gitlab.com/rpkg.dev/tocr/-/tree/master/Rmd/tocr.Rmd) whichiswell-structuredthankstoits [Markdownsupport](#r-markdown-format).
77
77
78
78
Asfaraspossible, thesedeviationsfromtheTSGplussomeadditionalrestrictionsareformallyspecifiedinthe [lintrconfigurationfile](https://github.com/jimhester/lintr#project-configuration) [`.lintr`](.lintr), so lintr can be used right away to check for formatting issues:
#' fallback the backlinks point to the next header line above `position` (if any found). This will also be the case if `md_flavor = "gitlab"` and
623
623
#' `title_tier` is set to a non-header value (`"regular"`, `"bold"` or `"italic"`) because GitLab currently ignores manually set HTML `<id>` attributes.
624
624
#' @param backlink_strings String(s) to use as link text back to the TOC. A character vector of length 1 or 2. If two strings are provided, the first one will
625
-
#' be used for backlinks below `position`, the second one for backlinks above `position`. Note that at least Unicode 7.0 support is required for the default
626
-
#' symbols `\U1F805` and `\U1F807` to be correctly displayed.
625
+
#' be used for backlinks below `position`, the second one for backlinks above `position`.
627
626
#' @param backlink_position Position of the backlinks. Possible values include:
Copy file name to clipboardexpand all lines: pkgdown/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ This package borrows a lot of the [Tidyverse](https://www.tidyverse.org/) design
71
71
72
72
- Usage of [R'sright-handassignmentoperator`->`](https://rdrr.io/r/base/assignOps.html) isnotallowed[^3].
73
73
74
-
-Rsourcecodeis*not*splitoverseveralfilesas [suggestedbytheTSG](https://style.tidyverse.org/package-files.html) butinstead is (asfaraspossible) keptinthesinglefile [`Rmd/tocr.Rmd`](Rmd/tocr.Rmd) whichiswell-structuredthankstoits [Markdownsupport](#r-markdown-format).
74
+
-Rsourcecodeis*not*splitoverseveralfilesas [suggestedbytheTSG](https://style.tidyverse.org/package-files.html) butinstead is (asfaraspossible) keptinthesinglefile [`Rmd/tocr.Rmd`](https://gitlab.com/rpkg.dev/tocr/-/tree/master/Rmd/tocr.Rmd) whichiswell-structuredthankstoits [Markdownsupport](#r-markdown-format).
75
75
76
76
Asfaraspossible, thesedeviationsfromtheTSGplussomeadditionalrestrictionsareformallyspecifiedinthe [lintrconfigurationfile](https://github.com/jimhester/lintr#project-configuration) [`.lintr`](.lintr), so lintr can be used right away to check for formatting issues:
0 commit comments