File: CITATION

package info (click to toggle)
r-cran-randomfieldsutils 1.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,956 kB
  • sloc: ansic: 7,119; cpp: 6,437; fortran: 3,403; makefile: 7; sh: 1
file content (20 lines) | stat: -rw-r--r-- 910 bytes parent folder | download
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"
         )