File: CITATION

package info (click to toggle)
r-cran-reshape2 1.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 292 kB
  • sloc: cpp: 246; sh: 9; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
citHeader("To cite reshape2 in publications use:")

citEntry(entry = "Article",
  title        = "Reshaping Data with the {reshape} Package",
  author       = personList(as.person("Hadley Wickham")),
  journal      = "Journal of Statistical Software",
  year         = "2007",
  volume       = "21",
  number       = "12",
  pages        = "1--20",
  url          = "http://www.jstatsoft.org/v21/i12/",

  textVersion  =
  paste("Hadley Wickham (2007).",
        "Reshaping Data with the reshape Package.",
        "Journal of Statistical Software, 21(12), 1-20.",
        "URL http://www.jstatsoft.org/v21/i12/.")
)