Rstanarm: mgcv::betar family

An easier short term solution I think is this:

class(fit) <- c(class(fit), "betareg")
posterior_predict(fit) # No error

Full example in my comment on GitHub