Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmcdermott committed Jan 26, 2024
1 parent 5d9c0e2 commit 1db6ec3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inst/tinytest/test-facet.R
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@ if (getRversion() <= "4.3.2") {
expect_snapshot_plot(f, label = "facet_grid_fancy")
}

aq = airquality
aq$hot = ifelse(aq$Temp>=75, "hot", "cold")
aq$windy = ifelse(aq$Wind>=15, "windy", "calm")

f = function() {
plot2(
~ Ozone, aq,
Expand Down

0 comments on commit 1db6ec3

Please sign in to comment.