From 006a7ab86e769728f699258717de619c1c0276ea Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Wed, 6 Dec 2017 11:20:04 -0500 Subject: [PATCH] added harold gil to DESCRIPTION --- DESCRIPTION | 2 ++ tests/testthat/test-statebins.R | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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) - })