Reputation: 11
I am trying to install mimix package by simply typing:
install.packages("remotes")
remotes::install_github("UCL/mimix")
I got this instruction from https://rdrr.io/github/UCL/mimix/.
My problem is I get this error message:
Error in parse(outFile) :C:/Users/WC/AppData/Local/Temp/RtmpsjKHP6/R.INSTALL4258415545b8/RefBasedMI/R/Runmimix.R:768:7
unexpected 'else'
767: #else if(!is.null(methodindiv[1]))
768: } else
Upvotes: 1
Views: 49