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 714e294 commit e5130edCopy full SHA for e5130ed
Makefile
@@ -79,7 +79,7 @@ r-check-package: ## [r] Check package
79
r-check-tests: ## [r] Check tests
80
@echo ""
81
@echo "🧪 Running R tests"
82
- cd $(PATH_PKG_R) && Rscript -e "devtools::test()"
+ cd $(PATH_PKG_R) && Rscript -e "devtools::test(reporter = 'check')"
83
84
.PHONY: r-check-format
85
r-check-format: ## [r] Check format
0 commit comments