njtierney / naniar

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

mcar #283

Closed benjaminwnelson closed 3 years ago

benjaminwnelson commented 3 years ago

Hello, I just updated naniar and it's saying that there is no function called "mcar_test". Any ideas on how to access this?

njtierney commented 3 years ago

Hi there,

I'm in the process of submitting naniar to CRAN, should be done by the end of this week - in the interim you can get mcar_test with:

library(remotes)
install_github("njtierney/naniar")
njtierney commented 3 years ago

Let me know how you go and if you run into any issues :)

sarahgspafford commented 3 years ago

I was able to get it running again yesterday, thanks!

benjaminwnelson commented 3 years ago

That worked! Thank you!

njtierney commented 3 years ago

OK great! I'll close the issue now. Thanks for posting, glad to hear it is working for you!