Install R package from github without devtools (due to firewall)

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)

+4
source share
1 answer

You do not need the md5 file. You can create .tar.gz on another computer and import it.

, , - ( ), , -, , .

+1

All Articles