/usr/lib/R/site-library/brglm/CITATION is in r-cran-brglm 0.6.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | if(!exists("meta") || is.null(meta)) meta <- packageDescription("brglm2")
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
url <- sprintf("https://CRAN.R-project.org/package=brglm", meta$Version)
citHeader("To cite package 'brglm' in publications use:")
bibentry(bibtype = "Manual",
title = "{brglm}: Bias Reduction in Binary-Response Generalized Linear Models",
author = c(person("Ioannis", "Kosmidis")),
year = year,
note = note,
url = "http://www.ucl.ac.uk/~ucakiko/software.html")
|