lorenzwalthert / touchstone

Smart benchmarking of pull requests with statistical confidence
https://lorenzwalthert.github.io/touchstone
Other
53 stars 7 forks source link

Fix pkgdown index #121

Closed assignUser closed 1 year ago

assignUser commented 1 year ago

I forgot to add the new function to the pgkdown index. https://github.com/lorenzwalthert/touchstone/actions/runs/3515543613/jobs/5890949792#step:6:50

lorenzwalthert commented 1 year ago

We have a new hook for that in {precommit}. Wanna add it this as well?

lorenzwalthert commented 1 year ago

Also, to fix pre-commit, we could use a newer version of {lintr} that allows {} (https://github.com/r-lib/lintr/pull/1685). Just additional_dependencies: in .pre-commit-config.yaml for id: lintr we could say - lintr@e873865. I will at some point also release a new version of {precommit}, then it should be fixed.

lorenzwalthert commented 1 year ago

Thanks @assignUser.