File: CITATION

package info (click to toggle)
r-cran-kedd 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 800 kB
  • sloc: makefile: 5
file content (13 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
citHeader("To cite package 'kedd' in publications use:")
     
	 
 if(!exists("meta") || is.null(meta)) meta <- packageDescription("kedd")
 year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
 vers <- paste("R package version", meta$Version)
 
 bibentry(bibtype="Manual",
		  title = "kedd: Kernel estimator and bandwidth selection for density and its derivatives.",
		  author = c(person(given = c("Arsalane", "Chouaib"), family = "Guidoum", role = "aut"), person(given = "Iago", family = "Giné-Vázquez", role = "cre")),
		  year = year,
		  note = vers,
		  url  = paste("https://CRAN.R-project.org/package=kedd"))