pkgdown
pkgdown copied to clipboard
Generate static html documentation for an R package
Hello, thanks for building such a transformative package. I have a small feature request that would make a big workflow difference. Would it be possible to include an option for...
I think there's a bug somewhere, see the non informative errors encountered in #2168 and #2166
Via https://github.com/r-lib/pkgdown/issues/2158#issuecomment-1185821705= If a package DESCRIPTION has a wrong Authors field (without the `@R`) then the line https://github.com/r-lib/pkgdown/blob/956f076f661eb2de9413f64ea24a580cf444466d/R/build-home-citation.R#L74 results in an error. The error message is not clear. Although that...
e.g. https://roxygen2.r-lib.org/dev/reference/index.html
For minimal reprex, see: https://github.com/IndrajeetPatil/minimalReprex/ The following, when rendered on the website, ```md # minimalReprex 0.0.0.9000 * @maelle fixed this bug in PR XYZ. * Thanks, @maelle, for discovering this...
From: https://github.com/r-lib/pkgdown/issues/715 Surprisingly this works for cross-package documentation ```yaml ... - title: Visualization & Display desc: Graphics functions and print formats contents: - tf::plot.tf - geom_spaghetti - gglasagna - geom_capellini...
Because of ``` \method{as_tibble}{`NULL`}(x, ...) ```
CC @mgirlich.
The Bootstrap 5 theme sets `display: block` on HTML `` elements, which can cause accessibility issues for some browsers and screen readers that no longer interpret them as tables. I...
The `package_vignettes()` function just grabs [all `.[Rr]md` files](https://github.com/r-lib/pkgdown/blob/b6affbcb84411e961d9ec721f184e0a377b8e657/R/package.R#L229), and errors if any of the resultant name entries are missing from the index. Vignettes can, however, be constructed with child documents...