I wonder what is the best way to install from github on isolated machine.
I expected something like remote::download_github()
on a machine with internet access and then remotes::install_local()
on the right one. But I not found any functions similar to this.
Or maybe I overcomplicate and there is simpler way?