From 4bfe01340d146205bd2ea68896550c82e0d15e3f Mon Sep 17 00:00:00 2001 From: David Gohel Date: Tue, 27 Feb 2024 19:32:53 +0100 Subject: [PATCH] tests: skip grob test --- tests/testthat/test-gen_grob.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/test-gen_grob.R b/tests/testthat/test-gen_grob.R index 062b4858..50e243d8 100644 --- a/tests/testthat/test-gen_grob.R +++ b/tests/testthat/test-gen_grob.R @@ -2,6 +2,7 @@ context("check grid grob") skip_on_cran() skip_if_not_installed("doconv") +skip_if_not(doconv::msoffice_available()) library(doconv) library(officer) library(gdtools)