pkgdown
pkgdown copied to clipboard
Generate static html documentation for an R package
After `potools::po_create("hi")` Prompt: ``` You are an experienced translator. Create new a new translation for Hindi in po/R-hi.po. These are GNU gettext translations for pkgdown, a tool used to generate...
After `potools::po_create("it")` Prompt: ``` You are an experienced translator. Create new a new translation for Italian in po/R-it.po. These are GNU gettext translations for pkgdown, a tool used to generate...
Based on https://github.com/tidyverse/style/blob/8d69afc7c8a09b6ab415820b869ca1ef7099ec6a/documentation.qmd#L150, it seems a package name spelling like {styler} should be supported. But it yields an [empty NEWS html](https://github.com/r-lib/styler/issues/1278). Thanks for considering this feature request.
I had some trouble figuring out how to use this package with gitlab. Resources seem to be a bit low on how to do this (but I'm also very much...
Unlike standard .Rmd vignettes, quarto vignettes cannot load external files during rendering. A minimal example: https://github.com/venpopov/quartopackagetest/tree/main/vignettes two identical vignettes, one .Rmd and one .qmd try to `readRDS("mtcars.rds")` from a file...
If I add a new function to my package but forget to add it to `_pkgdown.yml`, then the pkgdown build on Github will fail. It would be nice if one...
Summary: I suggest adding two environment variables to facilitate links between help pages and vignettes. Background: I'm currently revising documentation in rgl, and want to improve the links from vignettes...
I'm having trouble getting `pkgdown::build_site()` to run on Windows for packages with quarto content. [Here's](https://github.com/d-morrison/test.package/tree/1a2131c9c11e56450ce9b1c51b226b1ccc6668fb) a reprex, where I set up two GHA workflows: - [`.github/workflows/pkgdown.ubuntu.yaml`](https://github.com/d-morrison/test.package/blob/1a2131c9c11e56450ce9b1c51b226b1ccc6668fb/.github/workflows/pkgdown-ubuntu.yaml) (`runs-on: ubuntu-latest`) [succeeds](https://github.com/d-morrison/test.package/actions/runs/13144312969/job/36678710660) -...
With the update to `BS5`, code highlighting with backtick ("`") charachter is failing in vignettes built with `rmarkdown`. For example, https://aravind-j.github.io/EvaluateCore/articles/EvaluationofCoreCollections.html
The links to config files generated by `config_abort()` use the `file:` prefix, which don't work in positron. https://github.com/r-lib/pkgdown/blob/7b2d7e3d241958c4a6a383a29530b526ed3ef31d/R/config.R#L252 Related: https://github.com/r-lib/cli/issues/743