forked from cran/rgeos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 1.39 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
Package: rgeos
Title: Interface to Geometry Engine - Open Source (GEOS)
Version: 0.3-19
Date: 2016-04-04
Depends: R (>= 2.14.0)
Imports: methods, sp (>= 1.1-0), utils, stats, graphics
LinkingTo: sp
Suggests: maptools (>= 0.8-5), testthat, XML, maps, rgdal
LazyLoad: yes
Description: Interface to Geometry Engine - Open Source (GEOS) using the C API for topology operations on geometries. The GEOS library is external to the package, and, when installing the package from source, must be correctly installed first. Windows and Mac Intel OS X binaries are provided on CRAN.
Authors@R: c(
person("Roger", "Bivand", role = c("cre", "aut"), email = "[email protected]"),
person("Colin", "Rundel", role = "aut"),
person("Edzer", "Pebesma", role = "ctb"),
person("Karl Ove", "Hufthammer", role = "ctb"))
License: GPL (>= 2)
URL: https://r-forge.r-project.org/projects/rgeos/
http://trac.osgeo.org/geos/
SystemRequirements: GEOS (>= 3.2.0); for building from source: GEOS
from http://trac.osgeo.org/geos/; GEOS OSX frameworks built by
William Kyngesburye at http://www.kyngchaos.com/ may be used
for source installs on OSX.
NeedsCompilation: yes
Packaged: 2016-04-04 12:08:13 UTC; rsb
Author: Roger Bivand [cre, aut],
Colin Rundel [aut],
Edzer Pebesma [ctb],
Karl Ove Hufthammer [ctb]
Maintainer: Roger Bivand <[email protected]>
Repository: CRAN
Date/Publication: 2016-04-04 18:39:44