citHeader("To cite package rrBlupMethod6 in publications use:")
desc <- packageDescription("rrBlupMethod6")
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", desc$Date)
vers <- paste("R package version", desc$Version)
citEntry(entry="Manual",
title = "method6 -- Re-parametrization of RR-BLUP to allow for a fixed residual variance",
author = personList(as.person("Torben Schulz-Streeck"), 
                    as.person("Boubacar Estaghvirou"),
                    as.person("Frank Technow ")),
year = year,
note = vers,
textVersion =
paste("Boubacar Estaghvirou, Torben Schulz-Streeck, Frank Technow ", "(", year,
"). rrBlupMethod6 - Re-parametrization of RR-BLUP to allow for a fixed residual variance. ",
vers, ".", sep=""))
