From c32d41bbda2faff90dd210cbee14e57984ef40ca Mon Sep 17 00:00:00 2001 From: Ben Anderson <dataknut@icloud.com> Date: Fri, 4 Feb 2022 12:45:21 +0000 Subject: [PATCH] updated drake notes re targets --- README.md | 2 +- howTo/drake.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31b07a6..0eeda62 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 52099bc..1cdd32d 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: -- GitLab