-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
22 lines (22 loc) · 915 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: s2
Type: Package
Title: Google's S2 Library for Geometry on the Sphere
Version: 0.4-2
Authors@R: c(
person('Ege', 'Rubak', email='rubak@math.aau.dk', role = c('aut', 'cre')),
person("Jeroen", "Ooms", , "jeroen.ooms@stat.ucla.edu", role = "aut", comment = "configure and cleanup script"),
person("Edzer", "Pebesma", role = "aut", email = "edzer.pebesma@uni-muenster.de", comment = "Interface to sf"),
person(family = "Google, Inc.", role = "cph", comment = "Original s2 source code")
)
Description: R bindings for Google's s2 library for geometric calculations on
the sphere.
License: Apache License (== 2.0)
Depends: R (>= 3.0.0)
Imports: methods, Rcpp (>= 0.12.5)
Suggests: globe
URL: https://github.com/spatstat/s2,
https://code.google.com/archive/p/s2-geometry-library/
SystemRequirements: OpenSSL >= 1.0.0, C++11
LinkingTo: Rcpp
NeedsCompilation: yes
RoxygenNote: 6.1.0