File: CITATION

package info (click to toggle)
r-cran-r2html 2.3.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 976 kB
  • sloc: javascript: 832; xml: 56; makefile: 12; sh: 8
file content (22 lines) | stat: -rwxr-xr-x 661 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
citHeader("To cite R2HTML in publications use:")

citEntry(entry = "Article",
         title = "The {R2HTML} Package",
         author = person(first="Eric",last="Lecoutre",email="lecoutre@stat.ucl.ac.be"),
         journal = "R News",
	 year = "2003",
         volume = "3",
         number = "3",
         pages = "33--36",
	 month = "December",
         url = "https://cran.r-project.org/doc/Rnews/Rnews_2003-3.pdf", 
         textVersion =   
         paste("Lecoutre, Eric (2003). ",
               "The R2HTML Package. ",
               "R News, Vol 3. N. 3, Vienna, Austria.",sep="")
	 )

citFooter("See",sQuote("citation()"),"for citing R itself.")