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

citEntry(entry = "Article",
  title        = "{dotCall64}: An efficient interface to compiled {C/C++} and {F}ortran code supporting long vectors",
  author       = personList(as.person("Florian Gerber"),
                            as.person("Kaspar Moesinger"),
                            as.person("Reinhard Furrer")),
  journal      = "R journal",
  year         = "2016",
  volume       = "",
  number       = "",
  pages        = "",
  url          = "",
  note         = "submitted",

  textVersion  =
  paste("F. Gerber, K. Moesinger, R. Furrer (2016),",
        "\"dotCall64: An efficient interface to compiled C/C++ and Fortran code supporting long vectors\",",
        "submitted to the R Journal.")
)


citEntry(entry = "Article",
  title        = "Extending {R} packages to support 64-bit compiled code: An illustration with spam64 and {GIMMS} {NDVI3g} data",
  author       = personList(as.person("Florian Gerber"),
                            as.person("Kaspar Moesinger"),
                            as.person("Reinhard Furrer")),
  journal      = "Computer & Geoscience",
  year         = "2015",
  volume       = "",
  number       = "",
  pages        = "",
  url          = "",
  note         = "submitted",

  textVersion  =
  paste("F. Gerber, K. Moesinger, R. Furrer (2016),",
        "\"Extending R packages to support 64-bit compiled code: An illustration with spam64 and GIMMS NDVI3g data\",",
        "submitted to Computer & Geoscience.")
)
