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

This is a question I posted on SO, https://stackoverflow.com/questions/73911723/how-to-have-pkgdown-use-figure-numbers-and-cross-references-in-vignettes but without any response, so I'm hoping that someone here can suggest a solution. Or if not, perhaps this is something...

documentation

With what was changed in #2114

documentation

I believe this is a still-alive case of #1843 When the `comment` chunk option is set to `""`, we (still) see the eroneous escaped ansi color codes in output. To...

I'm trying to add documentation to `arrow` that links to all of the functions in other R packages that are supported in arrow queries: https://github.com/apache/arrow/pull/14014 I generate roxygen2 markdown with...

For a README.Rmd with ```r knitr::include_graphics("vignettes/data_sources.png") ``` a first run of `build_site()` leads to ```r Warning message: Missing images in 'README.md': 'articles/data_sources.png' ℹ pkgdown can only use images in 'man/figures'...

bug

It seems that pkgdown incorrectly parses an S3 method for a class called "maraca::maraca", and assumes `plot.maraca::maraca` is coming from a package `plot.maraca`. ``` Rscript -e "pkgdown::build_site()" Using environment r4...

I believe this is related to #1624 and its subsequent fix, but when an Rd file contains a usage section containing only S4Method, e.g, ``` \usage{ \S4method{[}{VTableTree,ANY,ANY,list}(x, i, j, ...)

## Motivation This is similar to https://github.com/r-lib/pkgdown/issues/2083. Sometimes I want to include the package logo at a custom location in the `README`. For example, instead of including it in the...

feature

This is related to issue https://github.com/r-lib/pkgdown/issues/838. I wan to use shinyAce to display source code in a vignette that I would like to include in a pkgdown site. This is...