Browse Source

added harold gil to DESCRIPTION

master
boB Rudis 6 years ago
parent
commit
006a7ab86e
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      DESCRIPTION
  2. 1
      tests/testthat/test-statebins.R

2
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")
)

1
tests/testthat/test-statebins.R

@ -31,5 +31,4 @@ test_that("we can do something", {
gb <- ggplot_build(gg)
})

Loading…
Cancel
Save