forked from cran/raster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
76 lines (76 loc) · 2.9 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Package: raster
Type: Package
Title: Geographic Data Analysis and Modeling
Version: 3.0-7
Date: 2019-09-22
Depends: sp (>= 1.2-0), R (>= 3.0.0)
Suggests: rgdal (>= 0.9-1), rgeos (>= 0.3-8), ncdf4, igraph, tcltk,
parallel, rasterVis, MASS, sf, testthat
LinkingTo: Rcpp
Imports: Rcpp, methods
SystemRequirements: C++11
Description: Reading, writing, manipulating, analyzing and modeling of gridded spatial data. The package implements basic and high-level functions. Processing of very large files is supported. There is a also support for vector data operations such as intersections. See the manual and tutorials on <https://rspatial.org/> to get started.
License: GPL (>= 3)
URL: https://CRAN.R-project.org/package=raster
BugReports: https://github.com/rspatial/raster/issues/
Authors@R: c(
person("Robert J.", "Hijmans", role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5872-2872")),
person("Jacob", "van Etten", role = "ctb"),
person("Michael", "Sumner", role = "ctb"),
person("Joe", "Cheng", role = "ctb"),
person("Andrew", "Bevan", role = "ctb"),
person("Roger", "Bivand", role = "ctb"),
person("Lorenzo", "Busetto", role = "ctb"),
person("Mort", "Canty", role = "ctb"),
person("David", "Forrest", role = "ctb"),
person("Aniruddha", "Ghosh", role = "ctb"),
person("Duncan", "Golicher", role = "ctb"),
person("Josh", "Gray", role = "ctb"),
person("Jonathan A.", "Greenberg", role = "ctb"),
person("Paul", "Hiemstra", role = "ctb"),
person("Institute for Mathematics Applied Geosciences", role="cph"),
person("Charles", "Karney", role = "ctb"),
person("Matteo", "Mattiuzzi", role = "ctb"),
person("Steven", "Mosher", role = "ctb"),
person("Jakub", "Nowosad", role = "ctb"),
person("Edzer", "Pebesma", role = "ctb"),
person("Oscar", "Perpinan Lamigueiro", role = "ctb"),
person("Etienne B.", "Racine", role = "ctb"),
person("Barry", "Rowlingson", role = "ctb"),
person("Ashton", "Shortridge", role = "ctb"),
person("Bill", "Venables", role = "ctb"),
person("Rafael", "Wueest", role = "ctb")
)
NeedsCompilation: yes
Packaged: 2019-09-22 16:57:11 UTC; rhijm
Author: Robert J. Hijmans [cre, aut] (<https://orcid.org/0000-0001-5872-2872>),
Jacob van Etten [ctb],
Michael Sumner [ctb],
Joe Cheng [ctb],
Andrew Bevan [ctb],
Roger Bivand [ctb],
Lorenzo Busetto [ctb],
Mort Canty [ctb],
David Forrest [ctb],
Aniruddha Ghosh [ctb],
Duncan Golicher [ctb],
Josh Gray [ctb],
Jonathan A. Greenberg [ctb],
Paul Hiemstra [ctb],
Institute for Mathematics Applied Geosciences [cph],
Charles Karney [ctb],
Matteo Mattiuzzi [ctb],
Steven Mosher [ctb],
Jakub Nowosad [ctb],
Edzer Pebesma [ctb],
Oscar Perpinan Lamigueiro [ctb],
Etienne B. Racine [ctb],
Barry Rowlingson [ctb],
Ashton Shortridge [ctb],
Bill Venables [ctb],
Rafael Wueest [ctb]
Maintainer: Robert J. Hijmans <[email protected]>
Repository: CRAN
Date/Publication: 2019-09-24 15:40:02 UTC