Skip to content

Commit af2da6d

Browse files
r cmd fixes
1 parent 7ef3905 commit af2da6d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

inst/WORDLIST

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ generalizability
3939
geoms
4040
ggplot
4141
ggraph
42+
ggrepel
4243
glioma
4344
graphviz
4445
grey

tests/testthat/helper-vdiffr.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ expect_doppelganger <- function(title, fig, ...) {
33
testthat::skip_if_not(ggplot2_version() >= "3.3.6.9000")
44
# TODO: remove skip when devel ubuntu not failing
55
# see https://github.com/r-causal/ggdag/actions/runs/7699530598/job/20981341511
6-
testthat::skip_on_os("linux")
6+
# also https://github.com/r-causal/ggdag/actions/runs/7701021564/job/20986141655?pr=132
7+
testthat::skip_on_ci()
78
vdiffr::expect_doppelganger(title, fig, ...)
89
}

0 commit comments

Comments
 (0)