1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
bibentry("Misc",
title = "SciViews-R",
author = person("Philippe", "Grosjean", role = "aut"),
organization = "UMONS",
address = "MONS, Belgium",
year = version$year,
url = "https://www.sciviews.org/SciViews-R/",
mheader = "To cite SciViews-R in publications use:",
mfooter = paste(
"We have invested a lot of time and effort in creating SciViews-R,",
"please cite it when using it together with R.",
"See also", sQuote("citation(\"pkgname\")"),
"for citing R packages.", sep = " ")
)
|