Hi!
To winsorize my data I would need the function " winsorize
" from the DescTools
package. I tried to install the package as every other:
install.packages("DestTools")
, but an error shows up:
> install.packages('DescTools')
Installing package into '/Users/Liza/Library/R/3.4/library'
(as 'lib' is unspecified)
Warning in install.packages :
package 'DescTools' is not available (for R version 3.4.2)
I already tried to set the Repository manually to, repos= 'http://cran.rstudio.com/'
, since this package is listed in CRAN (see: https://cran.r-project.org/web/packages/available_packages_by_name.html)
Is there any way I can install the package in my version? or do I need to download a newer version?