year <- sub("-.*", "", meta$Date)

note <- sprintf("R package version %s", meta$Version)


citHeader("The following is a reference to the package. Please also cite the original paper in which the method was developed, which is given below.")

bibentry(bibtype = "Article",
  title        = "Fast Kernel Smoothing in {R} with Applications to Projection Pursuit",
  author       = person(given = c("David", "P."),
                        family = "Hofmeyr",
                        email = "dhofmeyr@sun.ac.za"),
  journal      = "Journal of Statistical Software",
  year         = "2022",
  volume       = "101",
  number       = "3",
  pages        = "1--33",
  doi          = "10.18637/jss.v101.i03",
  header       = "To cite FKSUM in publications use:"
)


bibentry(bibtype="article",
        author       = person(given = c("David", "P."),
                        family = "Hofmeyr",
                        email = "dhofmeyr@sun.ac.za"),
	journal="IEEE Transactions on Pattern Analysis and Machine Intelligence", 
  	title="Fast Exact Evaluation of Univariate Kernel Sums", 
	year="2021",
	volume="43",
	number="2",
	pages="447-458",
	doi="10.1109/TPAMI.2019.2930501",
	header="To cite the original method in publications use:"
)



citFooter('To get Bibtex entries use: x<-citation("FKSUM"); toBibtex(x)')
