Hi All ,
I try to install actuar package in R, and I got this error "Installing package into ‘C:/Users/Dima Sabboura/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘actuar’ is not available (for R version 3.6.3)"
I tried this code "packageurl <- "http://cran.r-project.org/src/contrib/Archive/XXXX/XXXX_A.B.C.tar.gz"
install.packages(packageurl, contriburl=NULL, type="source")"
Try something like:
where XXXX is your package name and A.B.C is the version of the package
but it did work.
Thank you in advance!
Dima