diff --git a/README.md b/README.md index 31b07a691fea24a38eded0f03f515f92566f4475..0eeda624d2e9274c8e2580bec11404148f1b211d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repo does three things: * it is a collection of R [how-to resources](howTo/) including some notes on: * how to [use git branches](howTo/gitBranches.md) - * how to use [drake](howTo/drake.md) to massively speed up and [manage your workflow](https://milesmcbain.xyz/the-drake-post/) + * how to use [drake](howTo/drake.md) to massively speed up and [manage your workflow](https://milesmcbain.xyz/the-drake-post/) (NB: drake has been superseded by [targets](https://books.ropensci.org/targets/) - update on the notes soon) * how to access the University [Iridis HPC](howTo/iridis.md) * how to use R/RStudio on the University [SVE (remote desktop) service](howTo/sve.md) * where to [keep your data](howTo/keepingData.md) diff --git a/howTo/drake.md b/howTo/drake.md index 52099bc128ff11e9abb74974427a04c798b15fb8..1cdd32ddd2e4c5b60fa7a636d6ddcb8a81245793 100644 --- a/howTo/drake.md +++ b/howTo/drake.md @@ -1,3 +1,5 @@ +NB: drake has been superseded by [targets](https://books.ropensci.org/targets/) - more soon + # drake: * use [drake](https://docs.ropensci.org/drake/) to massively speed up and [manage your workflow](https://milesmcbain.xyz/the-drake-post/). This includes always: