citHeader("To cite causalOT in publications use:")

citEntry(
  entry    = "Manual",
  title    = "{causalOT}: Optimal transport weights for causal inference",
  author   = person(given="Eric A.",family = "Dunipace"),
  year     = 2022,
  note     = sprintf("R package version %s", 0.1),
  url      = "https://github.com/ericdunipace/approxOT",
  textVersion = paste(
    "Dunipace, Eric A. (2022)",
    "causalOT: Optimal transport weights for causal inference",
    sprintf("R package version %s", 0.1),"."
  )
)