At work R is not entitled to access the internet (no-the setinternet thing doesnt work-despite old explorer running decently). My work computer is windows based and my home computer is a mac. Is it possible to devise a script for my mac that would download the windows packages that are in my mac r library? This, so that I can bring them to work and install them from zip or something on a USB stick.
At work R is not entitled to access the internet (no-the setinternet thing doesnt
Share
It wasn’t particularly easy, since there are quite a few safeguards you need to disable, but this will download one package (“rms”) in win.binary format to my Downloads folder:
You should be able to substitute
installed.packages()[ , "Package"]for the “rms” argument topkgs=