citHeader("To cite package 'robis' in publications use:")

year <- format(Sys.Date(), "%Y")
note <- sprintf("R package version %s", meta$Version)
bibentry(bibtype = "TechReport",
         title = "robis: R Client to access data from the OBIS API",
         author = personList(person("Pieter", "Provoost"),
                             person("Samuel", "Bosch")),
         year = year,
         institution = "Ocean Biogeographic Information System. Intergovernmental Oceanographic Commission of UNESCO",
         note = note,
         url = "https://cran.r-project.org/package=robis")

citFooter("See http://iobis.org/data/policy/ for guidelines on citing data from OBIS.")
