The code is freely available (https://github.com/singmann/gumbel-reanalysis), so feel free to include it in your package. I think the main question is how to hand-over a multinomial response to brms. It is trivial if data is disaggreagted, but less so with aggregated data that can speed-up fitting considerably.
Comments
have a look at line 269 ff.
Basically, you have to convert your variables collecting the response frequencies of the different response options into a matrix and store this matrix as a single variable in your data frame.