tests/testthat/_snaps/shapes.md

circlefill_pal works

Code
  pal <- circlefill_shape_pal()
Condition
  Warning:
  `circlefill_shape_pal()` was deprecated in ggthemes 5.0.0.
Code
  expect_type(pal, "closure")
  expect_equal(attr(pal, "max_n"), 5L)
  n <- 4L
  values <- pal(n)
  expect_type(values, "integer")
  expect_equal(length(values), n)

scale_shape_circlefill works

Code
  expect_s3_class(scale_shape_circlefill(), "ScaleDiscrete")
Condition
  Warning:
  `scale_shape_circlefill()` was deprecated in ggthemes 5.0.0.
  Warning:
  `circlefill_shape_pal()` was deprecated in ggthemes 5.0.0.


Try the ggthemes package in your browser

Any scripts or data that you put into this service are public.

ggthemes documentation built on Nov. 21, 2023, 5:08 p.m.