Skip to content

Commit

Permalink
r cmd fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmbarrett committed Jan 29, 2024
1 parent 7ef3905 commit af2da6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ generalizability
geoms
ggplot
ggraph
ggrepel
glioma
graphviz
grey
Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/helper-vdiffr.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ expect_doppelganger <- function(title, fig, ...) {
testthat::skip_if_not(ggplot2_version() >= "3.3.6.9000")
# TODO: remove skip when devel ubuntu not failing
# see https://github.com/r-causal/ggdag/actions/runs/7699530598/job/20981341511
testthat::skip_on_os("linux")
# also https://github.com/r-causal/ggdag/actions/runs/7701021564/job/20986141655?pr=132
testthat::skip_on_ci()
vdiffr::expect_doppelganger(title, fig, ...)
}

0 comments on commit af2da6d

Please sign in to comment.