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:
syounkin 2024-10-29 10:39:05 -05:00
parent 9e1ba33097
commit 817126bef5
5 changed files with 68 additions and 9 deletions

15
.gitignore vendored
View file

@ -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/