Install Package rcompanion

Now I have a problem to install package "rcompanion".
The package ‘rcompanion’ is not available (for R version 3.6.3).

I need the function wilcoxonPairedR. Are they any other packages, which offers this function?

Thanks for your help!

You are not showing the complete console output so I can't know if this is your only issue but for what I can see you are missing some system dependencies, If you have Homebrew installed you can use this commands to install them:

sudo brew install pkg-config
sudo brew install cmake

Also, since you are using a very old R version, you are going to need the recommended development tools for macOS systems in order to install packages that are only available as source code.
https://mac.r-project.org/tools/

Now I have a problem to install package "rcompanion".
The package ‘rcompanion’ is not available (for R version 3.6.3).

I need the function wilcoxonPairedR. Are they any other packages, which offers this function?

Thanks for your help!

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.