randomForest - package Depends: R (≥ 4.1.0) can not install to R 4.0

We need to install 'randomForest' where Depends: R (≥ 4.1.0) , We have R version 4.0.3 is the latest version of R that is within the toolkit. Can we get a version of randomForest that is compatible with the latest version of R 4.0.3 or what will be the solution .

I would expect randomForest version 4.6-14 to work, you can use renv to more conveniently install it

library(renv)
renv::install("randomForest@4.6-14")

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