Cannot install R package coin

54 views Asked by At

I've been trying to install the R package coin for a project and I keep getting these odd errors.

Error message when I use the install.packages("coin") call.

I was able to install the package from the coin_1.4-3.tar.gz file downloaded from CRAN (I have a Windows PC), but now I get another error message when I try to load coin using the library(coin) call.

Error message when I use the library(coin) call.

Would really appreciate any help you can provide.

As an aside, here is the message I received when I was able to install coin from the coin_1.4-3.tar.gz file:

Page one of code responding to attempts to install coin. Page two of code responding to attempts to install coin and error message upon calling library(coin).

I expected the package to be installed when I called install.packages("coin"). When that didn't work, I used the RStudio Install Packages option in the dropdown under Tools and tried to install the coin_1.4-3.tar.gz file I downloaded from CRAN.

0

There are 0 answers