StatisticsNZ / simplevis

Simple visualisation with ggplot2 and leaflet wrappers
https://StatisticsNZ.github.io/simplevis
Other
86 stars 11 forks source link

description: add Kate & Xavier in as contributors #416

Closed davidhodge931 closed 2 years ago

davidhodge931 commented 2 years ago
c(person(given = "David", 
         family = "Hodge", 
         email = "davidhodge931@gmail.com", 
         role = c("aut", "cre"),
         comment = c(ORCID = "0000-0002-3868-7501")),
  person(given = "Kate", 
         family = "Lee", 
         role = "ctb", 
         comment = c(ORCID = "0000-0002-0886-3746")),
  person(given = "Xavier", 
         family = "Miles", 
         role = "ctb"),
  person("Statistics New Zealand", 
         role = c("cph")))
davidhodge931 commented 2 years ago

Done :)