yoshidk6 / rstanemax

Simple Emax model fit with Stan
https://yoshidk6.github.io/rstanemax/
GNU General Public License v3.0
5 stars 2 forks source link

Error running plot() or posterior_predict() functions #28

Closed yoshidk6 closed 5 years ago

yoshidk6 commented 5 years ago

A user got this error when using this package

Evaluation error: argument "x" is missing, with no default.
yoshidk6 commented 5 years ago

This has to do with dplyr version (she was using 0.7.x). row_number() and dplyr::row_number() had different behavior in previous versions. See below:

https://community.rstudio.com/t/dplyr-row-number-v-s-row-number/6745