File: CITATION

package info (click to toggle)
r-cran-rstan 2.32.7-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,460 kB
  • sloc: cpp: 4,539; sh: 14; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
citHeader("To cite RStan in publications use:")

bibentry(bibtype = "Misc",
         title = "{RStan}: the {R} interface to {Stan}",
         author = person(given = "Stan Development Team"),
         note = paste("R package version", meta$Version),
         year = substr(meta$Date, start = 1, stop = 4),
         url = "https://mc-stan.org/",
         textVersion =
           paste0("Stan Development Team (",
                  substr(meta$Date, start = 1, stop = 4),
                  "). ",
                  title = "RStan: the R interface to Stan. R package version ",
                  meta$Version, ". ",
                  "https://mc-stan.org/.")
)