year <- sub("-.*", "", meta$Date) 
note <- sprintf("R package version %s", meta$Version)
textVersion = paste0("Cebeci, Z. & Cebeci, C. (", year,"). kpeaks: Determination of k by using peak counts of features. ", note, ", URL https://CRAN.R-project.org/package=kpeaks")
bibentry(textVersion, bibtype = "Manual",
 title = "{kpeaks}: Determination of k by using peak counts of features",
 author = c(person("Zeynel", "Cebeci"),
 person("Cagatay", "Cebeci")),
 year = year,
 note = note, 
 url = "https://CRAN.R-project.org/package=kpeaks")