This commit is contained in:
Graham Williams 2017-02-16 11:47:16 +08:00
Родитель 4fccf78747
Коммит 4ca599e34f
1 изменённых файлов: 2 добавлений и 2 удалений

4
r.mk
Просмотреть файл

@ -5,8 +5,8 @@ RSCRIPT_OPTS = --vanilla
${RSCRIPT} ${RSCRIPT_OPTS} -e 'library(knitr);purl("$<", out="$@")'
%.run: %.R
cd $(shell dirname "$<"); ${RSCRIPT} ${RSCRIPT_OPTS} -e 'source("$(shell basename $<)")'
cd $(shell dirname "$<")
${RSCRIPT} ${RSCRIPT_OPTS} -e 'source("$(shell basename $<)")'
check:
R CMD check --check-subdirs=yes .