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


year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
citEntry(entry="Manual",
         title   = "otrimle: Robust Model-Based Clustering",
         author  = personList(person(given="Pietro", family="Coretto"),
                             person(given=c("Christian"), family="Hennig")),
         year    = year,
         note    = note,
         textVersion =
         paste("P. Coretto and C. Hennig (", year,").
                otrimle: Robust Model-Based Clustering. ",
                note, "url: https://CRAN.R-project.org/package=otrimle",
                sep='')
        )



citEntry(entry="Article",
         title   = "Robust improper maximum likelihood: tuning, computation, and a
                  comparison with other methods for robust Gaussian clustering",
         author  = personList(person(given="Pietro", family="Coretto"),
                             person(given=c("Christian"), family="Hennig")),
         year    = "2016",
         journal = "Journal of the American Statistical Association",
         volume  = 111,
         number  = 516,
         pages   = "1648--1659",
         doi     = "10.1080/01621459.2015.1100996",
         textVersion =
         paste("P. Coretto and C. Hennig (2016). Robust improper maximum likelihood:
                tuning, computation, and a comparison with other methods for robust
                Gaussian clustering. Journal of the American Statistical Association,
                Vol. 111(516), pp. 1648-1659. doi: 10.1080/01621459.2015.1100996")
        )


citEntry(entry="Article",
         title   = "Consistency, breakdown robustness, and algorithms for robust
                    improper maximum likelihood clustering",
         author  = personList(person(given="Pietro", family="Coretto"),
                             person(given=c("Christian"), family="Hennig")),
         year    = "2016",
         journal = "Journal of Machine Learning Research",
         volume  = 18,
         number  = 142,
         pages   = "1--39",
         url     = "http://jmlr.org/papers/v18/16-382.html",
         textVersion =
         paste("P. Coretto and C. Hennig (2017). Consistency, breakdown robustness,
               and algorithms for robust improper maximum likelihood clustering. 
               Journal of Machine Learning Research, Vol. 18(142), pp. 1-39")
        )



