We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da24f4a commit cf68b76Copy full SHA for cf68b76
tests/testthat/test-scale-date.R
@@ -48,6 +48,7 @@ test_that("not cached across calls", {
48
})
49
50
test_that("time scale date breaks and labels work", {
51
+ skip_if_not_installed("hms")
52
53
d <- c(base_time(), base_time() + 5 * 24 * 3600) - base_time()
54
0 commit comments