@@ -7,25 +7,37 @@ skip_if_not_installed("withr")
7
7
install_dev_package()
8
8
9
9
test_that(" render flextable" , {
10
+ skip_if_not_installed(" bslib" )
11
+ skip_if_not_installed(" flextable" )
10
12
.render(test_path(" theme/flextable.qmd" ))
11
13
})
12
14
13
15
test_that(" render ggiraph" , {
16
+ skip_if_not_installed(" bslib" )
17
+ skip_if_not_installed(" ggiraph" )
14
18
.render(test_path(" theme/ggiraph.qmd" ))
15
19
})
16
20
17
21
test_that(" render ggplot2" , {
22
+ skip_if_not_installed(" bslib" )
23
+ skip_if_not_installed(" ggplot2" )
18
24
.render(test_path(" theme/ggplot2.qmd" ))
19
25
})
20
26
21
27
test_that(" render gt" , {
28
+ skip_if_not_installed(" bslib" )
29
+ skip_if_not_installed(" gt" )
22
30
.render(test_path(" theme/gt.qmd" ))
23
31
})
24
32
25
33
test_that(" render plotly-r" , {
34
+ skip_if_not_installed(" bslib" )
35
+ skip_if_not_installed(" plotly" )
26
36
.render(test_path(" theme/plotly-r.qmd" ))
27
37
})
28
38
29
39
test_that(" render thematic" , {
40
+ skip_if_not_installed(" bslib" )
41
+ skip_if_not_installed(" thematic" )
30
42
.render(test_path(" theme/thematic.qmd" ))
31
43
})
0 commit comments