Skip to content

Commit

Permalink
Add custom build script to run tar_make() in Rstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Feb 1, 2021
1 parent 5b14170 commit f8c1b4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env Rscript

targets::tar_make()
3 changes: 3 additions & 0 deletions moorea_filmies.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Custom
CustomScriptPath: make.R

0 comments on commit f8c1b4b

Please sign in to comment.