0

I'm having an issue with downloading this package is there another way to download it?



install.packages("rcompanion") 
install.packages("rcompanion", repos='http://cran.us.r-project.org')

Warning in install.packages :
  package ‘companion’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

Here is my R version

version _
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major 4
minor 0.4
year 2021
month 02
day 15
svn rev 80002
language R
version.string R version 4.0.4 (2021-02-15) nickname Lost Library Book

cat cat
  • 85
  • 5
  • 1
    You are using R version 4.0.4. If you look at `rcompanion`'s [page on CRAN](https://cran.r-project.org/web/packages/rcompanion/index.html) (I found it by googling) you'll see "Depends: R (≥ 4.1.0)". By far the easiest way to get this package will be to update your version of R, but you can see the linked question for other suggestions. – Ben Bolker Oct 14 '22 at 18:49

0 Answers0