From 80a9b04656e2ffba139c1fc052fd6f737e07fbe1 Mon Sep 17 00:00:00 2001 From: hadley Date: Wed, 10 Feb 2016 07:24:55 -0600 Subject: [PATCH] Update revdep template --- tests/testthat/infrastructure/revdep/check.R | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/testthat/infrastructure/revdep/check.R b/tests/testthat/infrastructure/revdep/check.R index 940dd2d89..e262948c6 100644 --- a/tests/testthat/infrastructure/revdep/check.R +++ b/tests/testthat/infrastructure/revdep/check.R @@ -1,4 +1,5 @@ library("devtools") -res <- revdep_check() -revdep_check_save_summary(res) +revdep_check() +revdep_check_save_summary() +revdep_check_print_problems()