njtierney / naniar

Tidy data structures, summaries, and visualisations for missing data
http://naniar.njtierney.com/
Other
650 stars 54 forks source link

Error in mcar_test() : could not find function "mcar_test" #281

Closed Bigsealion closed 3 years ago

Bigsealion commented 3 years ago

I have download 'naniar' package by install.packages('naniar'), and I want to using mcar_test(). but, I get following Error: Error in mcar_test() : could not find function "mcar_test" All the other functions are fine, and only mcar_test cannot be found. Thank you for any reply!

LukasWallrich commented 3 years ago

This is not yet available in the CRAN version - to use it, you would need to install the development version from GitHub: remotes::install_github("njtierney/naniar")

Bigsealion commented 3 years ago

Thanks! It's very helpful!

njtierney commented 3 years ago

Thanks for chiming in @LukasWallrich - sorry I missed this one. :)