I cannot use devtools to install R packages from github, as I have a firewall that does not allow R to connect to the Internet.
I was thinking of creating a .tar.gz file from the git repository, but the problem is that the repository does not contain the MD5 file, and I am afraid that the installation will end without it.
How do I install the package?
(in case it matters, AnomalyDetection package)
source
share