79364575

Date: 2025-01-17 11:17:44
Score: 1.5
Natty:
Report link

One solution that is not so sensitive to alignment of R version and package version is to download the tarball for the package fitdistrplus from CRAN here:

https://cran.r-project.org/src/contrib/fitdistrplus_1.2-2.tar.gz

Then, to install the package from this tarball rather than the CRAN repo, you can use in Rstudio:

install.packages("fitdistrplus_1.2-2.tar.gz", repos=NULL)

This will work provided the tarball is in the same directory as the Rscript you are using to install the package.

Best regards

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Whitelisted phrase (-1.5): you can use
  • No code block (0.5):
  • Low reputation (1):
Posted by: patternizer