njtierney / naniar

Tidy data structures, summaries, and visualisations for missing data

Home Page:http://naniar.njtierney.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mcar

benjaminwnelson opened this issue · comments

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

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")

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

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

That worked! Thank you!

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