Run Markdown Script with make
Created a Makefile to be used to run R markdown scripts. See README for more info. Also created R and html subdirectories. The repo should contain the html subdirectory but not the files in it.
This commit is contained in:
parent
9e1ba33097
commit
817126bef5
5 changed files with 68 additions and 9 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -1,8 +1,19 @@
|
|||
.Rproj*
|
||||
|
||||
data/addresses/*
|
||||
api_keys/*
|
||||
figures/*
|
||||
|
||||
.Rhistory
|
||||
.Rproj.user
|
||||
*.md
|
||||
.DS_Store
|
||||
!README.md
|
||||
.Rhistory
|
||||
*\.\#*
|
||||
data
|
||||
!data/
|
||||
.RData
|
||||
data-bkup/
|
||||
data-bkup
|
||||
*.R
|
||||
*.bak
|
||||
archive/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue