package ‘FitAR’ is not available for this version of R

i am trying to install package FitAR and i received a warning message:
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:

https://cran.rstudio.com/bin/windows/Rtools/
Installing package into ‘C:/Users/Asus/AppData/Local/R/win-library/4.2’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘FitAR’ 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

please someone help me

FitARis no longer in CRAN because it's not passing build checks, you can try to install it from the GitHub mirror but there is no guarantee it is going to work.

remotes::install_github("cran/FitAR")
1 Like

it worked, thanks a lot

This topic was automatically closed 7 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.