Installing R on mac and windows "not available for this version" issue and not being able to run "library(Rcmndr)"

when i try to install.packages("Rcmdr") it says that the package is not available for this version of R. When i try to download a different version it also says this . On my windows, when it manages to install Rcmndr it gets stuck when it gets to some of the packages and when i try to install them (RcmndrMisc for example) it says that the packages are not available for this version of R cmndr so i cannot input " library(Rcmndr) " and have it work.

You’re spelling the package name incorrectly.

Hi welcome to the forum, We need to see All the error messages, etc. that you are getting after the command

install.packages("Rcmdr")

when it gets stuck. Please copy the output and paste it here between

```

```

As says library(Rcmndr) should be library(Rcmdr)`

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.