-
In my project it is sometimes necessary to capture more packages in the `renv.lock` than I currently use in my existing scripts. For example, when I already know that I will use additional packages in…
-
First release:
* [ ] `usethis::use_news_md()`
* [ ] `usethis::use_cran_comments()`
* [ ] Update (aspirational) install instructions in README
* [ ] Proofread `Title:` and `Description:`
* [ ] Check t…
-
In f2f you said you preferred just doing `package::function` in the text and not the code but here I see it everywhere. Note that using `brms::ranef()` will auto link in `pkgdown` but I …
-
Prepare for release:
* [x] `git pull`
* [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_recipes.html)
* [x] Check if any deprecation processes should be advan…
-
Follow-up on https://github.com/easystats/easystats/issues/338
The `check-vignette-warnings` workflow should pass.
You can work on this issue either when #338 is resolved for the repo(s) you are…
-
The version of the `pkgdown` package used in our CI workflows has been upgraded to 2.1.0. This has caused many warnings - mainly related to accessibility - to be newly generated. See [here](https://…
-
A package website with pkgdown would be perhaps nice. The only thing what would've to be done is to either add the credentials for WRDS as a secret for the GitHub Action to access or use `@examplesIf`…
-
- [x] resolve test-coverage-local failing
- [x] pkgdown to gh-pages rendering of chopin+chords logo is too large (https://usethis.r-lib.org/reference/use_logo.html)
- [x] version number rendering on…
-
same as https://github.com/iSEE/iSEEindex/tree/devel/pkgdown
-
If your html contains code, you're likely to want to match the syntax highlighting colours with the them as a whole. So I think it makes sense for bootstraplib to provide some tools to turn pandoc the…