1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
citHeader("To cite RandomFieldsUtils in publications use:")
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
bibentry(bibtype="Manual",
header="For general purposes please refer to",
footer="",
title = "{RandomFieldsUtils}: Utilites for the Simulation and Analysis of Random Fields",
author = c(person("Martin", "Schlather", role=c("cre", "aut")),
person("Alexander", "Freudenberg", role="aut"),
person("Reinhard", "Furrer", role="ctb"),
person("Martin", "Kroll", role="ctb"),
person(given=c("Brian", "D"), "Ripley", role="ctb"),
person(given=c("John", "W."), "Ratcliff", role="cph")
),
year = year,
note = note,
url = "https://cran.r-project.org/package=RandomFieldsUtils"
)
|