Isaac Gravestock
Isaac Gravestock
Hi @lorenzwalthert, yes I'm interested in looking at this further. I'm hoping to avoid having to run too much of the pkgdown process each commit though.
It seems it would be enough to test if generating the indexes completes without error, ie to run ``` pkgdown::build_reference_index() pkgdown::build_articles_index() ``` Unfortunately this brings a dependency on Pandoc as...
Yes, I could find the functions which generate the errors. `build_reference_index()` calls `data_reference_index()` which has the logic we don't want to reimplement to process everything and it calls a fairly...
Good idea. I submitted an issue and pull request to pkgdown but didn't get a response. I wasn't aware of those mock packages. I'll prepare something today.
I'm wondering about the tests for this hook. I think it will need a minimal package folder structure. Is the idea to put all the files in `tests/test_that/reference` and pass...
I note that in the mean time pkgdown implemented a [`check_pkgdown()`](https://pkgdown.r-lib.org/reference/check_pkgdown.html) which could be used within the hook
@danielinteractive It runs fine for me with this set up. I'll try again with other versions similar to those above. ```r > sessionInfo() R version 4.2.2 (2022-10-31 ucrt) Platform: x86_64-w64-mingw32/x64...
I've taken a stab at starting a new vignette with a few more examples for `$summary` in #791. Did you already start something @dmuck ?
Can I help resolve this? I already wrote some examples in #719 Would you like this to be documented in the `print` docs, in the Getting Started vignette or in...
The original question is a bit tricky because `stats::sd` doesn't have a `...` argument. This might be improved with a generic `sd()` in `posterior` which could capture the unused arguments.