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/.")
)
|