-
In the new tutorial, after changing from quarto back to markdown, I could no longer load the logo image. The image is located in /man/figures/logo.png
It would be nice to add it back so that the lo…
-
In particular, this issue is about fixing `pkgdown::preview_site(path = "reference/across.html")`, which opens in the browser but not with the correct CSS available to render it correctly (see below).…
-
Could you link the website in the About section on GitHub (https://rsgeo.josiahparry.com/)? The website probably needs a small update, so maybe it would be a good idea to set the `pkgdown` workflow on…
kadyb updated
4 months ago
-
The level of detail in the readme may not yet be sufficient for people new to github actions. We may want to create a vignette that shows step-by-step how to set up the workflows and describe potentia…
-
Folks can provide feedback on README here
-
Als je naar Settings (van repository) > Pages gaat, instellen:
**Source:**
Deploy from branch
**Branch:**
Main; /docs
Dan zou het moeten werken op de URL. Er is ook een manier om het met gith…
-
from pairing with @isabelizimm -- vetiver is keeping the docs from previous versions on its gh pages, and then symlinking latest -> current version. (using gh actions).
-
* Run `roxygen2::roxygenise()` and check no files changed
* Check that `pkgdown::build_reference_index()` is ok
* Spellcheck?
* URL check?
-
If I have the following in my function roxygen2 documentation
```
#' Creates a temporary table from a local data frame or tibble
#'
#' `r lifecycle::badge('experimental')`
```
I get the foll…
-
Currently, arrays can be indexed using a list of `slice` and `"..."`. We should document this on the pkgdown site better.