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

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...

bug
articles :writing_hand:

https://dbi.r-dbi.org/articles/spec ![image](https://user-images.githubusercontent.com/1741643/152423980-2595980f-30be-4156-b0b7-62ee51bbf49e.png) 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.

bug
front end :tulip:

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...

feature
articles :writing_hand:

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...

bug
linking :paperclip:

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....

feature
linking :paperclip:

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...

feature
deploy :airplane:

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...

front end :tulip:

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...

bug
front end :tulip:

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...

articles :writing_hand:
documentation

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

bug
rd-translation :flags: