mjskay / tidybayes

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

stat_halfeyeh -> geom_halfeyeh #216

Closed osiris08 closed 4 years ago

osiris08 commented 4 years ago

Not sure if it because of @export changed, but stat_halfeyeh can no longer be found under the namespace tidybayes. With error message 'Error in stat_halfeyeh() : could not find function "stat_halfeyeh"'. However it works with geom_halfeyeh.

Examples using stat_* functions still exist in many documentation files, including README.md, and other vignettes.

mjskay commented 4 years ago

Sorry --- this is a documentation issue. stat_halfeyeh and the like (basically everything in the slabinterval vignette) are currently only available in the github version of tidybayes. They are not on CRAN yet.

osiris08 commented 4 years ago

Hi Matthew, thanks for explaining! and absolutely no need to apologise, I only started using the package recently, that's why I am a bit confused. But totally love it, especially those nice geoms!

mjskay commented 4 years ago

Thanks! :)

I'm hoping to have some time to get the newer geoms on CRAN soon :)