unable to install actuar package

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

Try updating your R version.

The current version of actuar needs R (≥ 4.1.0)

Thank you so much! :smiling_face:

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.