diff --git a/DESCRIPTION b/DESCRIPTION index bc34634..a249124 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,6 +10,8 @@ Authors@R: c( comment = "fix for show.guide"), person("Brian", "Adams", email = "btadams478@gmail.com", role = "ctb", comment = "theme testing & feedback"), + person("Harold", "Gil", role = "ctb", + comment = "facet/geom testing & test data fix"), person("Thomas", "Wood", role = "ctb", comment = "Significant suggestions & testing that made new features possible") ) diff --git a/tests/testthat/test-statebins.R b/tests/testthat/test-statebins.R index 8d482dd..8fc010f 100644 --- a/tests/testthat/test-statebins.R +++ b/tests/testthat/test-statebins.R @@ -31,5 +31,4 @@ test_that("we can do something", { gb <- ggplot_build(gg) - })