We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b1fcc commit 634496bCopy full SHA for 634496b
Makefile
@@ -144,3 +144,6 @@ doc: $(MD_FILES)
144
145
$(MD_FILES): $(RMD_FILES)
146
echo "library(knitr); library(h5); sapply(list.files(pattern = '*.Rmd'), knit);if(file.exists('test.h5')) file.remove('test.h5')" | R --slave --vanilla
147
+
148
+testthat:
149
+ $(Rscript) 'testthat::test_local(path = ".", reporter = NULL, load_package = "source")'
0 commit comments