pkgdown
pkgdown copied to clipboard
Generate static html documentation for an R package
Apologies I haven't been able to track this down to a more minimal example yet. When I have a vignette that includes python/matplolib chunks, e.g. https://github.com/eco4cast/EFIstandards/blob/d6696dea04dd1b746cb51a60e7434720a252b808/vignettes/logistic-metadata-example.Rmd#L202, pkgdown fails to render...
https://dbi.r-dbi.org/articles/spec  This vignette is generated with a very unconventional way, so might be not representative. I'd appreciate any hints on how to fix the layout on my end.
In [recipes](https://recipes.tidymodels.org/), we have a couple of articles that got moved away from the package itself to other sites. It would be nice if we could link externally from the...
Hi all, I am using a [small macro](https://github.com/rickhelmus/patRoon/blob/master/man/macros/macros.Rd#L1) to semi-automatically add package citations of dependent packages to the reference documentation of my package. However, with the latest `pkgdown` (2.0.1) this...
In https://github.com/r-lib/pkgdown/blob/6a412e3a9d2d12d43e6b24eb25b97633ec350cda/R/repo.R#L25 if one has e.g. ```yml repo: url: home: https://gitlab.com/chuxinyuan/ecce source: https://gitlab.com/chuxinyuan/ecce/-/tree/master ``` without "/" the links to code source are wrong as they are, well, missing a slash....
Am I missing an automatic way to flag specific files which should be included in the built site? I'm trying to use the pkgdown site as a [drat](https://eddelbuettel.github.io/drat/) repository, and...
The content menu is not unfolding as expected. More specifically, selecting the bottom item in the content list unfolds the item above and selects that item and within the item...
Problem: a badges paragraph right at the beginning of a README.md doesn't get recognized. Why: in `markdown_path_html()`, `xml2::read_html()` loses the first comment as it's read as if it were outside...
In one package which uses `pkgdown` to create documentation, I recently switch to a different vignette engine which also uses markdown. And from that package, R recognises all vignettes (as...
I am creating package documentation using roxygen 7.1.2 & pkgdown 2.0.2. My functions are written as ```r #' Sort some objects #' @param x,decreasing,na.last,\dots As in [`sort()`]. #' @export sort.multiPhylo