Skip to content

Commit 892df49

Browse files
committed
Create Makefile rule for compiling README
1 parent bdadc79 commit 892df49

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.here

Whitespace-only changes.

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ eda :
1414
clean :
1515
Rscript src/clean-data-2018.R
1616

17+
## readme : Compile RMarkdown README
18+
readme :
19+
Rscript -e 'rmarkdown::render(here::here("README.Rmd"), output_file = here::here("README.md"))'
20+
1721
## help : Help page for Makefile
1822
help :
1923
@echo ""

0 commit comments

Comments
 (0)