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

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

citEntry(entry="Manual",
    title = "ragt2ridges: Ridge Estimation of Vector Auto-Regressive (VAR) Processes",
    author = personList(as.person("W.N. van Wieringen")),
    year = year,
    note = vers,
    url = "https://CRAN.R-project.org/package=ragt2ridges",
    textVersion =
      paste("van Wieringen, W.N. (", year,
            ") ragt2ridges: Ridge Estimation of Vector Auto-Regressive (VAR) Processes. ",
            vers, ". https://CRAN.R-project.org/package=ragt2ridges", sep = "")
)

citEntry(entry="Article",
    title = "Ridge estimation of the VAR(1) model and its time series chain graph from multivariate time-course omics data",
    author = personList(as.person("V. Miok"), as.person("S.M. Wilting"), as.person("W.N. van Wieringen")),
    journal = "Biometrical Journal",
    volume = "59", 
    number = "1", 
    pages =  "172-191",
    year = 2017,
    textVersion =
      paste("Miok, V., Wilting, S.M., van Wieringen, W.N. (2017). ",
		"Ridge estimation of the VAR(1) model and its time series chain graph from multivariate time-course omics data. ", 
        	"Biometrical Journal, 59(1), 172-191", sep = "")
)

citEntry(entry="Article",
    title = "Ridge estimation of network models from time-course omics data",
    author = personList(as.person("V. Miok"), as.person("S.M. Wilting"), as.person("W.N. van Wieringen")),
    journal = "Biometrical Journal",
    volume = "61", 
    number = "2", 
    pages =  "391-405",
    year = 2019,
    textVersion =
      paste("Miok, V., Wilting, S.M., van Wieringen, W.N. (2019). ",
		"Ridge estimation of network models from time-course omics data. ", 
        	"Biometrical Journal, 61(2), 391-405", sep = "")
)

