mjskay / tidybayes

Bayesian analysis + tidy data + geoms (R package)
http://mjskay.github.io/tidybayes
GNU General Public License v3.0
718 stars 59 forks source link

Use inheritparams + inheritdotparams in docs #184

Closed mjskay closed 4 years ago

mjskay commented 5 years ago

Bunch of places where it will add clarity or reduce duplication, like in the slabinterval family. E.g. geom_(point)interval inheriting from geom_slabinterval.

Doable now that fixes for https://github.com/klutometis/roxygen/issues/885 and https://github.com/klutometis/roxygen/issues/857 have hit CRAN