matthieugomez / statar

R package for data manipulation — inspired by Stata's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: StatBinmean was built with an incompatible version of ggproto.

jonathandroth opened this issue · comments

When trying to run ggplot with stat_binmean(), I get the following error

Error: StatBinmean was built with an incompatible version of ggproto.
Please reinstall the package that provides this extension.

I've tried re-installing the following packages:

devtools::install_github('slowkow/ggrepel')
devtools::install_github('hadley/ggplot2')
devtools::install_github('thomasp85/ggforce')
devtools::install_github('thomasp85/ggraph')

Thanks!