Skip to content
Prev 359713 / 398502 Next

Batch Installer for R

Hi everyone,

in Python, you can run pip install -r filename to install all packages
listed in the file. Is there something similar to R? If not, isn't it quite
easy to write?

For me, it would be much easier to work on projects with other people if I
could just install all dependencies with one line in a generalised manner.

Did anybody try something like that before me?

Best,
Tobias