stan-dev / posteriordb

Database with posteriors of interest for Bayesian inference
163 stars 26 forks source link

Typo in function 'reference_posterior_info' instruction in Readme #187

Closed LuZhangstat closed 3 years ago

LuZhangstat commented 3 years ago

Hi,

I ran the example code in the Readme file and got the following error

> rp_info <- reference_posterior_info(po) Error in read_reference_posterior_info(x = x$reference_posterior_name, : argument "type" is missing, with no default

Then I checked the help document and made the function work through rp_info <- reference_posterior_info(po, type = "draws")

Would you like to double-check it and fix the typo? Many thanks.

Best,

MansMeg commented 3 years ago

Hi! Im just back from vacation. Thanks! Ill look into this asap.

MansMeg commented 3 years ago

This is now fixed. Thanks!