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

bibentry(bibtype = "Manual",
         title = "\\texttt{varycoef}: Modeling Spatially Varying Coefficients",
         author = c(person("Jakob A.", "Dambon"),
                    person("Fabio", "Sigrist"),
                    person("Reinhard", "Furrer")),
         year = year,
         note = note,
         url = "https://CRAN.R-project.org/package=varycoef")

bibentry(bibtype = "Article",
         author = c(person("Jakob A.", "Dambon"),
                    person("Fabio", "Sigrist"),
                    person("Reinhard", "Furrer")),
         title = "Maximum Likelihood Estimation of Spatially Varying Coefficient Models for Large Data with an Application to Real Estate Price Prediction",
         journal = "ArXiv e-prints",
         url = "https://arxiv.org/abs/2001.08089",
         year = 2020)

