citHeader("To cite the colorSpec package, and the centroid method for spectral estimation, in publications:")

bibentry(bibtype = "Manual",
         title = "{colorSpec}: Color Calculations with Emphasis on Spectral Data",
         author = c(person("Glenn", "Davis")),
         year = sub("-.*", "", meta$Date),
         note = sprintf("R package version %s", meta$Version),
         url = "https://CRAN.R-project.org/package=colorSpec")
         
bibentry(bibtype = "Article",
         title = "{A Centroid for Sections of a Cube in a Function Space, with application to Colorimetry}",
         author = c(person("Glenn", "Davis")),
         journal = "ArXiv e-prints",
         archivePrefix = "arXiv",
         eprint = "1811.00990",
         primaryClass = "math.FA",         
         keywords = "Mathematics - Functional Analysis, 45Q05, 65R32, 41A60, 44A10",
         year = "2018",
         month = "Nov",
         url = "https://arxiv.org/abs/1811.00990")
         
         