Skip to content

Commit eb920af

Browse files
Don't attach Suggests package in test (#5420)
1 parent 25f54d9 commit eb920af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/testthat/test-annotate.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ test_that("annotation_* has dummy data assigned and don't inherit aes", {
3333
skip_if(packageVersion("base") < "3.5.0")
3434
custom <- annotation_custom(zeroGrob())
3535
logtick <- annotation_logticks()
36-
library(maps)
3736
usamap <- map_data("state")
3837
map <- annotation_map(usamap)
3938
rainbow <- matrix(hcl(seq(0, 360, length.out = 50 * 50), 80, 70), nrow = 50)

0 commit comments

Comments
 (0)