year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype = "Manual",
         title = "{cds}: Constrained Dual Scaling for Detecting Response Styles",
         author = c(person(given = c("Pieter", "C."), family = "Schoonees")),
         year = year,
         note = note,
         url = "http://CRAN.R-project.org/package=cds")