PKG <- "TPmsm"
citHeader( paste("To cite the R package ", PKG, " in publications use:", sep="") )

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
vers <- paste("R package version", meta$Version)
url <- paste("http://CRAN.R-project.org/package=", PKG, sep="")

citEntry(
	entry = "Manual",
	title = "TPmsm: Estimation of transition probabilities in multistate models",
	author = personList( as.person("Artur Agostinho Araújo"), as.person("Javier Roca-Pardiñas"), as.person("Luís Meira-Machado") ),
	year = year,
	note = vers,
	url = url,
	textVersion = paste("Artur Agostinho Araújo, Javier Roca-Pardiñas and Luís Meira-Machado (", year, "). TPmsm: Estimation of transition probabilities in multistate models. ", vers, " URL ", url, ".", sep="")
)
