File: CITATION

package info (click to toggle)
r-cran-fields 16.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,972 kB
  • sloc: fortran: 1,021; ansic: 288; sh: 35; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

NOTE<- paste( "R package version", meta$Version )
bibentry(bibtype="Misc",
   mheader = "Please cite fields including its version and DOI as",
   title = "fields: Tools for spatial data",
    author = c(
               person("Douglas Nychka"),           
	       person("Reinhard Furrer"),
	       person("John Paige"),
	       person("Stephan Sain")
	       ),
	       note = NOTE,
    organization = "University Corporation for Atmospheric Research",
    address = "Boulder, CO, USA",
    year = 2021,
    url = "https://github.com/dnychka/fieldsRPackage"
    )