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

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

bibentry(bibtype="Manual",
        title = "CALIBERrfimpute: Imputation in MICE using Random Forest",
        author = person("Anoop", "Shah", email = "anoop@doctors.org.uk"),
        year = year,
        note = vers,
        textVersion =
        paste0("Anoop Shah (",
              year,
              "). CALIBERrfimpute: Imputation in MICE using Random Forest. ",
              vers, "."))
