## -*- mode: r -*-

citHeader("To cite BatchJobs or BatchExperiments in publications use:")

citEntry(entry = "Article",
  title        = "{BatchJobs} and {BatchExperiments}: Abstraction Mechanisms for Using {R} in Batch Environments",
  author       = personList(as.person("Bernd Bischl"),
                   as.person("Michel Lang"),
                   as.person("Olaf Mersmann"),
                   as.person("J{\\\"o}rg Rahnenf{\\\"u}hrer"),
                   as.person("Claus Weihs")),
  journal      = "Journal of Statistical Software",
  year         = "2015",
  volume       = "64",
  number       = "11",
  pages        = "1--25",
  url          = "https://www.jstatsoft.org/v64/i11/",

  textVersion  =
  paste("Bernd Bischl, Michel Lang, Olaf Mersmann, Joerg Rahnenfuehrer, Claus Weihs (2015).",
        "BatchJobs and BatchExperiments: Abstraction Mechanisms for Using R in Batch Environments.",
        "Journal of Statistical Software, 64(11), 1-25.",
        "URL https://www.jstatsoft.org/v64/i11/.")
)

