Open nuest opened 9 years ago
There is more missing than just a date (see Writing R Extensions). Apperently a inst/CITATION
file is needed, that produces a BibTeX entry like this:
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
bibentry(bibtype = "Manual",
title = "{nlme}: Linear and Nonlinear Mixed Effects Models",
author = c(person("Jose", "Pinheiro"),
person("Douglas", "Bates"),
person("Saikat", "DebRoy"),
person("Deepayan", "Sarkar"),
person("R Core Team")),
year = year,
note = note,
url = "http://CRAN.R-project.org/package=nlme")
returns the warning