pkgdown
pkgdown copied to clipboard
Generate static html documentation for an R package
See https://pkgdown.r-lib.org/articles/test/rendering.html#crayon in dark mode It is a bit difficult to read for me 
Closes #2729
Currently, the `plot()` outputs are lost in the background when the dark mode is used. Possibly the standard suggested action to do would be to try to keep the default...
I get an issue while trying to read external content in the vignettes folder with a Quarto article when building pkgdown. Let's say my `vignettes/` folder contains the following files...
When there are too many vignettes & articles in an **R** package, the display size may completely hide some of the options in the "Articles" tab drop-down menu. Issue visible...
## The issue: The height of the entire tab section is dependent upon the largest tab content, which can leave a lot of white space. ## Example You can see...
Closes #2712
When `docs/` is not empty and not created by pkgdown, an error message will be returned: https://github.com/r-lib/pkgdown/blob/c7c4865d9ebd492010c99db13a3e377cd1d9ed34/R/clean.R#L30-L41 But when running `pkgdown::clean_site()`, the same message is returned because `clean_site()` itself calls...
See [Alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) An example of alerts [not rendered in pkgdown](https://docs.ropensci.org/osmapiR/) VS [rendered on gh](https://github.com/ropensci/osmapiR)
Reprex: 1. Clone `tibble`: `git clone https://github.com/tidyverse/tibble.git` 2. Install all dependencies (including `tidytemplate`): `pak::pak(c(".", "tidyverse/tidytemplate"))` 3. Build site with `pkgdown::build_site()` You will see following entries: ``` ── Initialising site ───────────────────────────────────────────────────────────...