Al-Murphy / MungeSumstats

Rapid standardisation and quality control of GWAS or QTL summary statistics
https://doi.org/doi:10.18129/B9.bioc.MungeSumstats
75 stars 16 forks source link

Error: 'formatted_example' is not an exported object from 'namespace:MungeSumstats' #147

Closed chenyangjjj closed 1 year ago

chenyangjjj commented 1 year ago

Hi Alan,

When I ran the code sumstats_dt <- MungeSumstats::formatted_example(). I got the error report: Error: 'formatted_example' is not an exported object from 'namespace:MungeSumstats' How to solve it?

Also thanks for providing this great package. It is very helpful.

Al-Murphy commented 1 year ago

Hey! I would think this is a version issue, some of the older versions of MSS didn't have this fucntionality added. Please update to at least the latest release version of MSS available through bioconductor 3.16 (v1.6.0 or greater)

chenyangjjj commented 1 year ago

Thanks for the reply, It is! I works after I updated my bioconductor.