pkgdown
pkgdown copied to clipboard
Generate static html documentation for an R package
When using the light switch it is possible to specify a different syntax highlighting theme for dark mode. Could that same idea be extended to Bootswatch theme and other variables?...
## Minimal reproducible example ```r #' Example #' #' @param x \eqn{f(x) > 0}: inline equation #' #' @details #' Display equation: #' #' \deqn{y = \alpha + \beta X...
https://github.com/r-lib/pkgdown/blob/0cb9d38d1dc25946f01ee7500be9665985d8784e/R/build-articles.R#L117 I seem to be running into a situation where this is relevant but I don't understand the mention here. I have vignettes where the image files are stored in...
They are being stripped out immediately after converting Markdown to HTML. This works for me in duckplyr: https://github.com/tidyverse/duckplyr/actions/runs/11086444293/job/30803979684 is built using this branch, the result is in https://duckplyr.tidyverse.org/ . Not...
If I am not mistaken, [code filename](https://quarto.org/docs/output-formats/html-code.html#code-filename) are currently not implemented in the rendering of Quarto vignettes. I believe this would be a really nice feature to have. Showing the...
Apologies if this exists in some capacity, but I have yet to find a simple way to do this or an example of someone else doing this with the new...
I contribute to a site on which we've traditionally used the United theme . That theme uses a navbar in Ubuntu orange. In pkgdown 2.1.0 if I don't specify the...
Apologies in advance I'll admit I'm not 100% sure what I am doing so sorry if this is actually user error... For our package we wanted to retain the default...
While developing one's own package, or inheriting someone else's (which is somewhat common in my work environment), it would be helpful to be able to generate a reference page with...
Summary: I wonder how to debug a problem with build_site() and downloading to a `tempdir()`. I'm working on a package that downloads oceanographic data. As I understand it, that's a...