mrc-ide / rrq

:runner::runner::runner: Lightweight Redis queues
https://mrc-ide.github.io/rrq/
Other
24 stars 4 forks source link

Bootstrap script for dependencies #6

Closed MartinEden closed 5 years ago

MartinEden commented 6 years ago

So this clearly isn't the right final approach because:

But something like this pattern could be a good thing to follow for R projects. The script's logic could itself be pulled mostly into another package and reused across repos. At which point we might end up with a bootstrap script in each repo that looked something like:

install.packages("xyz")
xyz::bootstrap()

Interested to know what you think.