зеркало из https://github.com/Azure/AzureDSVM.git
Format
This commit is contained in:
Родитель
4fccf78747
Коммит
4ca599e34f
4
r.mk
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 .
|
||||
|
|
Загрузка…
Ссылка в новой задаче