nanxstats / liftr

🐳 Containerize R Markdown documents for continuous reproducibility
https://nanx.me/liftr/
GNU General Public License v3.0
170 stars 20 forks source link

Parallelized shell scripts for compiling and installing required R packages in Dockerfile #5

Closed nanxstats closed 7 years ago

nanxstats commented 9 years ago

If this needs to be done manually, probably we should:

  1. Parse the dependencies of the required packages, make sure we get the correct compiling and installation order (a dependency tree).
  2. Compile and install the packages in the correct order.

Still looking for more elegant solutions.