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

See https://pkgdown.r-lib.org/articles/test/rendering.html#crayon in dark mode It is a bit difficult to read for me ![image](https://github.com/user-attachments/assets/e5007686-d4db-4fa3-8501-e4748dcf9ad0)

front end :tulip:

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

quarto

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

front end :tulip:

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

front end :tulip:

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

bug
tidy-dev-day :nerd_face:

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)

quarto

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