简体   繁体   中英

Can't import 'mice' package in R on MacOS Mojave

Can install 'mice' package in R but I can't import it. Same error keeps occurring after reinstallation of R and mice package. R version : 3.5.1

Error: package or namespace load failed for ‘mice’ in readRDS(mapfile):
unknown input format

Often if I encounter such problems, I check, what is package address in github. Because often github accounts contain the most recent bug-fixed versions by the author.

# If not installed, do as preparation:
# install.packages("devtools")

devtools::install_github("stefvanbuuren/mice")

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM