File: CITATION

package info (click to toggle)
tseries 0.10-48-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 664 kB
  • sloc: fortran: 1,347; ansic: 757; makefile: 67; f90: 21
file content (23 lines) | stat: -rw-r--r-- 883 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
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 = c(
           person("Adrian", "Trapletti",
                  email = "adrian@trapletti.org"),
           person("Kurt", "Hornik",
                  email = "Kurt.Hornik@R-project.org")),
         year = year,
	 note = note,
	 url = "https://CRAN.R-project.org/package=tseries",
	 textVersion = {
             paste("Adrian Trapletti and Kurt Hornik",
	           sprintf("(%s).", year),	     		   
                   "tseries: Time Series Analysis and Computational Finance.",
                   note)
         })