jasonhilton / ggfan

Fan plots for plotting distributions in ggplot2
GNU General Public License v2.0
37 stars 5 forks source link

Ensure vignette compatibility with tibble #5

Closed jasonhilton closed 5 years ago

jasonhilton commented 5 years ago

New release of tibble breaks stan example

jasonhilton commented 5 years ago

Tibble strongly suggests as_tibble.matrix() should already have named columns. However this only seems to produce a warning in 2.0.1 (it may have been an error in 2.0.0). Matrix columns are named in the vignette now prior to passing to as_tibble() to avoid problems from future deprecation.