citHeader("To cite the plsRcox package in publications use:")

titl <- meta$Title
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)
doi <- paste0("10.32614/CRAN.package.", meta$Package)
urldoi <- paste0("https://doi.org/", doi)

bibentry(bibtype="Manual",
         title = titl,
         author = c(person(given = "Frederic", family= "Bertrand"),
                    person(given = "Myriam", family= "Maumy-Bertrand")),
         year         = year,
         note         = vers,
         url          = "https://github.com/fbertran/bootPLS",
         doi          = doi,
         textVersion = 
           paste("Frédéric Bertrand and Myriam Maumy-Bertrand (",year ,"). ", 
                 titl, ", ", vers, ". doi:", doi, ".", sep=""
           )
)

bibentry(bibtype="Article",
         title = "A new bootstrap-based stopping criterion in PLS component construction",
         author = c(person(given = "J.", family= "Magnanensi"), person(given = "M.", family= "Maumy-Bertrand"), person(given = "N.", family= "Meyer"), person(given = "F.", family= "Bertrand")),
         year         = 2016,
         journal = "The Multiple Facets of Partial Least Squares and Related Methods",
         textVersion =
         paste("J. Magnanensi, M. Maumy-Bertrand, N. Meyer and F. Bertrand (2016).", "A new bootstrap-based stopping criterion in PLS component construction", "The Multiple Facets of Partial Least Squares and Related Methods.", "doi:10.1007/978-3-319-40643-5_18." )
)

bibentry(bibtype="Article",
         title = "A new universal resample-stable bootstrap-based stopping criterion for PLS component construction",
         author = c(person(given = "J.", family= "Magnanensi"), person(given = "M.", family= "Maumy-Bertrand"), person(given = "N.", family= "Meyer"), person(given = "F.", family= "Bertrand")),
         year         = 2017,
         journal = "Statistics and Computing",
         textVersion =
         paste("J. Magnanensi, M. Maumy-Bertrand, F. Bertrand and N. Meyer (2017).", "A new universal resample-stable bootstrap-based stopping criterion for PLS component construction", "Statistics and Computing,", ", 27, 757–774. doi:10.1007/s11222-016-9651-4." )
)

bibentry(bibtype="Article",
         title = "New developments in Sparse PLS regression",
         author = c(person(given = "J.", family= "Magnanensi"), person(given = "M.", family= "Maumy-Bertrand"), person(given = "N.", family= "Meyer"), person(given = "F.", family= "Bertrand")),
         year         = 2021,
         journal = "Frontiers in Applied Mathematics and Statistics",
         textVersion =
         paste("J. Magnanensi, M. Maumy-Bertrand, N. Meyer and F. Bertrand (2021).", "New developments in Sparse PLS regression,", "Frontiers in Applied Mathematics and Statistics.", "doi:10.3389/fams.2021.693126." )
)
