File: CITATION

package info (click to toggle)
tseries 0.10-7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 924 kB
  • ctags: 352
  • sloc: fortran: 1,677; ansic: 623; makefile: 66; sh: 22
file content (17 lines) | stat: -rw-r--r-- 700 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
citHeader("To cite in publications use:")

citEntry(entry = "Manual",
	 title = "tseries: Time Series Analysis and Computational Finance",
	 author = personList(
           person(first = "Adrian", last = "Trapletti",
                  email = "a.trapletti@swissonline.ch"),
           person(first = "Kurt", last = "Hornik",
                  email = "Kurt.Hornik@R-project.org")),
         year = 2006,
	 note = "R package version 0.10-4",
	 url = "http://CRAN.R-project.org/",
	 textVersion = {
             paste("Adrian Trapletti and Kurt Hornik (2006).",
                   "tseries: Time Series Analysis and Computational Finance.",
                   "R package version 0.10-4.")
         })