pkgdown icon indicating copy to clipboard operation
pkgdown copied to clipboard

Generate static html documentation for an R package

Results 236 pkgdown issues
Sort by recently updated
recently updated
newest added

I am trying to understand the `_pkgdown.yml` `template` field. Specifically, when is it necessary to use `params`? In the [docs](https://pkgdown.r-lib.org/reference/build_site.html?q=params#template), there are a few examples, such as: ``` template: params:...

documentation

The title of the reference page is by default "Function reference". Can I change it?

feature

In my documentation I have some large \tabular's where I have used double line breaks \cr\cr to increase the space between two lines. This does not render well to HTML....

On devices with narrower screens, the page width is larger than the viewport resulting in a user being able to scroll horizontally, which is unwanted, generally. From my inspection, this...

bug
front end :tulip:

See: https://github.com/r-lib/pkgdown/commit/f22d3f391225e488e8e0534b8c2204301b866ac2

Say I have `Rf_ScalarLogical`: ``` #' Rf_ScalarLogical #' #' A nice function indeed. #' #' @name Rf_ScalarLogical NULL ``` and `hello`: ``` #' Hello #' #' @description #' Just some...

Topics marked internal in `_pkgdown.yml` still show up in the reference index. Note that the title "internal" doesn't show up, but the contents still do. https://github.com/markfairbanks/tidytable/blob/main/pkgdown/_pkgdown.yml https://markfairbanks.github.io/tidytable/reference/index.html I might just...

Hugo uses pretty URLs per default, and thus hides the `.html` extensions. Does `pkgdown` have any documented way to do this? If not, is that a feature you would consider...

feature

Vignette source links are generated in this line https://github.com/r-lib/pkgdown/blob/main/R/build-articles.R#L242 `input` is one of the paths in `pkg$vignettes$file_in` and this path is always relative to the package root. So it seems...

bug