-
> it's possible that **litedown** will have its own implementation of package documentation someday.
_Originally posted by @yihui in https://github.com/yihui/litedown/issues/22#issuecomment-2334876…
-
For normal functions in my package `fun`, I can add a link to its doc using markdown syntax `[fun()]`.
But I did not find a way to add a link to the doc of an R6 method. Neither `[MyClass$Method]` …
-
A template shared across all openwashdata packages.
Inspired by: https://github.com/tidyverse/tidytemplate
How to: https://pkgdown.r-lib.org/articles/customise.html#template-packages
```[tasklist]
…
-
@fabern
-
@JohnCoene Could you re-add me admin of this repo? The migration from blockr-org to bms changed the webr repo location and the shinylive example from the pkgdown [website](https://shinylive.io/r/edito…
-
Lots of stale branches that need to be dealt with below is a list of branches and the date of their latest commit:
- `sense_alpha`
- `lab_savepoint`
- `lab_563_spring2020` (includes the previous …
-
*from former openwashdata-dev/workflow*
4. **Open Zenodo**
- login with GitHub account
- click on dropdown next to email address in top right
- select GitHub
- find the repos…
-
Unfortunately, since pkgdown 2.1.0, Rd math like `\eqn{f_r(r)}` is only displayed as raw `\(f_r(r)\)` in the browser.
Compare, for example:
(built with pkgdown 2.0.9)
(built with pkgdown 2.1.0)…
-
For the Python and R RSE books we essentially had to document the logical progression of steps involved in data processing / package development in a generic, teachable manner. One of the main things …
-
Inside an renv project I installed a new version of a package (and numerous updated dependency versions) via `renv::install(the_pkg)`. Unfortunately this caused some issues, so now I want to revert to…