year <- format(Sys.Date(), "%Y")
note <- sprintf("R package version %s", meta$Version)

citHeader("To cite ALA4R in publications use:")

bibentry(bibtype = "Manual",
    "title" = "ALA4R: Atlas of Living Australia (ALA) Data and Resources in R", 
    author = c(person("Martin", "Westgate"),
             person("Matilda", "Stevenson"),
             person("Peggy", "Newman"),
             person("Ben", "Raymond"),
             person("Jeremy", "VanDerWal"),
             person("Lee", "Belbin")),
     year = year, 
     note = note,
     url = "https://CRAN.R-project.org/package=ALA4R")