зеркало из https://github.com/Azure/AzureDSVM.git
Add a run target to push vignette r scripts through.
This commit is contained in:
Родитель
9b83cd6201
Коммит
4fccf78747
4
r.mk
4
r.mk
|
@ -4,6 +4,10 @@ RSCRIPT_OPTS = --vanilla
|
|||
%.R: %.Rmd
|
||||
${RSCRIPT} ${RSCRIPT_OPTS} -e 'library(knitr);purl("$<", out="$@")'
|
||||
|
||||
%.run: %.R
|
||||
cd $(shell dirname "$<"); ${RSCRIPT} ${RSCRIPT_OPTS} -e 'source("$(shell basename $<)")'
|
||||
|
||||
|
||||
check:
|
||||
R CMD check --check-subdirs=yes .
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче