File: CITATION

package info (click to toggle)
tseries 0.10-22-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 880 kB
  • ctags: 274
  • sloc: fortran: 1,340; ansic: 706; makefile: 66
file content (23 lines) | stat: -rw-r--r-- 897 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
citHeader("To cite in publications use:")

## R >= 2.8.0 passes package metadata to citation().
if(!exists("meta") || is.null(meta)) meta <- packageDescription("tseries")
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s.", meta$Version)

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