From f8c1b4b786edf04e0eb7fbfa51e601595866594e Mon Sep 17 00:00:00 2001 From: Joel Nitta Date: Mon, 1 Feb 2021 08:25:05 +0000 Subject: [PATCH] Add custom build script to run tar_make() in Rstudio --- make.R | 3 +++ moorea_filmies.Rproj | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 make.R diff --git a/make.R b/make.R new file mode 100755 index 0000000..3b01211 --- /dev/null +++ b/make.R @@ -0,0 +1,3 @@ +#!/usr/bin/env Rscript + +targets::tar_make() \ No newline at end of file diff --git a/moorea_filmies.Rproj b/moorea_filmies.Rproj index 8e3c2eb..265fbc1 100644 --- a/moorea_filmies.Rproj +++ b/moorea_filmies.Rproj @@ -11,3 +11,6 @@ Encoding: UTF-8 RnwWeave: Sweave LaTeX: pdfLaTeX + +BuildType: Custom +CustomScriptPath: make.R