citHeader("To cite the 'RcppEnsmallen' R package and 'Ensmallen' libray in publications, please use:")

bibentry(bibtype = "Manual",
         title        = "{RcppEnsmallen: Header-Only C++ Mathematical Optimization Library for 'Armadillo'}",
         author       = c(as.person("James Joseph Balamuta"),
                          as.person("Dirk Eddelbuettel")
                          ),
         year         = 2018,
         textVersion  = paste("Balamuta, J.J. and Eddelbuettel, D. (2018)",
                              "RcppEnsmallen: Header-Only C++ Mathematical Optimization Library for 'Armadillo'.",
                              "URL https://cran.r-project.org/package=RcppEnsmallen.")
)

bibentry(bibtype = "Article",
         title        = "{ensmallen: a flexible C++ library for efficient function optimization}",
         author       = c(as.person("Shikhar Bhardwaj"),
                          as.person("Ryan R. Curtin"),
                          as.person("Marcus Edel"),
                          as.person("Yannis Mentekidis"),
                          as.person("Conrad Sanderson")),
           journal = "Workshop on Systems for ML and Open Source Software at NIPS",
           year = "2018",
           month = "dec",
         textVersion  = paste("S. Bhardwaj, R. Curtin, M. Edel, Y. Mentekidis, and C. Sanderson (2018).",
                              "ensmallen: a flexible C++ library for efficient function optimization.",
                              "Workshop on Systems for ML and Open Source Software at NIPS 2018.",
                              "URL http://www.ensmallen.org/files/ensmallen_2018.pdf.")
)
