I have an R script which I want to deploy so that it's idiot-proof, one click runs it etc. Unfortunately I don't have the means to pay for a server, and the environment in which it needs to run does not allow the installation of new software, only portable style apps can be run. (School computers) My script also relies on several non-base packages.

Is there any way to deploy R and my script in an easy to run way so it can be used off a usb stick?

有帮助吗?

解决方案

You can install R on a USB drive and use it on any computer running the same OS. If you're using Windows, see question 2.6 of the R for Windows FAQ.

其他提示

If you made the USB stick a bootable disk environment (say linux) with R installed on it, you could boot off it and do it that way.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top