How to install an archived R packages in deploying streamlit app?

I want to install a package called “extraTrees”, but it was removed from the CRAN repository.
There is the link:
[Package Link]: CRAN - Package extraTrees

what should i do with these archived files?

Thanks!

Hey @Tinichiou,

The most straightforward way to do this would probably be to download the archived package and upload it to your GitHub repo.