citHeader("Please cite the QCA package as:")

meta <- packageDescription("QCA")
year <- sub("-.*", "", meta$Date)
title <- sprintf("%s", meta$Title)
note <- sprintf("R Package Version %s", meta$Version)

bibentry(bibtype = "Manual",
         author = personList(as.person("Adrian Dusa"),
                             as.person("Alrik Thiem")),
         year = year,
         title = title,
         note = note,
         url = "http://cran.r-project.org/package=QCA",
         textVersion = paste("Dusa, Adrian, and Alrik Thiem", sprintf("%s", year),
                              title, note, "URL: http://cran.r-project.org/package=QCA.", sep = ". ")
)

