1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
citHeader("To cite *latte* in publications, please use:")
## 1. The R package itself
bibentry(
bibtype = "Manual",
title = "latte: {LattE} and {4ti2} in {R}",
author = c(
person("David", "Kahle", email = "david@kahle.io", role = c("aut", "cre")),
person("Luis", "Garcia-Puente", role = "aut"),
person("Ruriko","Yoshida", role = "aut")
),
year = "2017",
note = "R package version 0.2.0",
url = "https://github.com/dkahle/latte",
textVersion =
"Kahle D., Garcia-Puente L., Yoshida R. (2017). *latte: LattE and 4ti2 in R* (R package version 0.2.0). <https://github.com/dkahle/latte>."
)
## 2. LattE Integrale software
bibentry(
bibtype = "Manual",
title = "A User's Guide for {L}att{E} integrale v1.7.2",
author = c(
person("V.", "Baldoni"),
person("N.", "Berline"),
person("J.A.", "De Loera"),
person("B.", "Dutra"),
person("M.", "Köppe"),
person("S.", "Moreinis"),
person("G.", "Pinto"),
person("M.", "Vergne"),
person("J.", "Wu")
),
year = "2013",
url = "http://www.math.ucdavis.edu/~latte/",
textVersion =
"Baldoni V. *et al.* (2013). *A User's Guide for LattE integrale v1.7.2*. <http://www.math.ucdavis.edu/~latte/>."
)
## 3. 4ti2 software
bibentry(
bibtype = "Manual",
title = "4ti2 — A software package for algebraic, geometric and combinatorial problems on linear spaces",
author = person("4ti2", "Team"),
year = "2013",
url = "http://www.4ti2.de",
textVersion =
"4ti2 Team (2013). *4ti2 — A software package for algebraic, geometric and combinatorial problems on linear spaces*. <http://www.4ti2.de>."
)
|