File: CITATION

package info (click to toggle)
r-cran-partitions 1.10-7%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 444 kB
  • sloc: ansic: 519; cpp: 27; sh: 13; makefile: 12
file content (24 lines) | stat: -rw-r--r-- 552 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
23
24
citHeader("To cite in publications use:")

citEntry(entry = "Article",
	 title = {
             paste("Additive integer partitions in R")
	     },
	 author = "R. K. S. Hankin",
	 journal = "Journal of Statistical Software, Code Snippets",
         year = "2006",
	 month = "May",
	 volume = "16",
	 issue = "1",
	 textVersion = {
             paste("R. K. S. Hankin",
                   "2006.",
                   "Additive integer partitions in R,",
	     	   "Journal of Statistical Software, Code Snippets",
		   "16(1)"
		   )
         }	   
)