File: CITATION

package info (click to toggle)
r-cran-tcltk2 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,744 kB
  • sloc: tcl: 59,824; ansic: 792; python: 324; sed: 53; sh: 17; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
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 = " ")
         )