pkgdown
pkgdown copied to clipboard
Generate static html documentation for an R package
I recently went looking for the `geom_boxplot` docs on the ggplot2 site. Searching for `geom_boxplot` and hitting return took me to the top hit, a page on quantile regression unrelated...
Hi all. Thank you for your patience getting this issue to the correct location. My best guess is that this issue belongs in `pkgdown` but I am not confident. General...
If I'm not mistaken, `citHeader()` are not render in `build_home()` if presen in the `CITATION`. Is this intentional? If so why? and if not, how difficult would it be to...
The function `pkgdown::deploy_to_branch` modifes the URL provided by the user by extending it by the specified build subdirectory: https://github.com/r-lib/pkgdown/blob/c40ba2c989e786bbb2829b431114d26375bbe19a/R/deploy-site.R#L147-L149 When the URL starts with a protocol, as it should, the...
pkgdown inserts a line break after rendering \doi{...}. This results in a redundant space when \doi{...} is followed by full stop (or other punctuation). This was reported as an issue...
When running `build_site()` with argument `devel = TRUE`, the vignettes are built under a new process instead of using the current process where the package has already been loaded with...