I am not able to use devtools to install R packages from github since I have a firewall that prevents R from connecting to the internet.
I thought of making a .tar.gz file from the git repository but the problem is that the repository does not contain an MD5 file and I am afraid that the installation will fail without it.
How do I go about installing the package?
(in case it matters, the package is AnomalyDetection)