Package: sf
Version: 0.6-2
Title: Simple Features for R
Description: Support for simple features, a standardized way to encode spatial vector data. Binds
	to 'GDAL' for reading and writing data, to 'GEOS' for geometrical operations, and to 'PROJ' for projection
	conversions and datum transformations.
Authors@R: c(person("Edzer", "Pebesma", role = c("aut", "cre"), email = "edzer.pebesma@uni-muenster.de", comment = c(ORCID = "0000-0001-8049-7069")),
	person("Roger", "Bivand", role = "ctb", comment = c(ORCID = "0000-0003-2392-6140")),
	person("Etienne", "Racine", role = "ctb"),
	person("Michael", "Sumner", role = "ctb"),
	person("Ian", "Cook", role = "ctb"),
	person("Tim", "Keitt", role = "ctb"),
	person("Robin", "Lovelace", role = "ctb"),
	person("Hadley", "Wickham", role = "ctb"),
	person("Jeroen", "Ooms", role = "ctb", comment = c(ORCID = "0000-0002-4035-0289")),
	person("Kirill", "Müller", role = "ctb"))
Depends: R (>= 3.3.0), methods
Imports: utils, stats, tools, graphics, grDevices, grid, Rcpp,
        RPostgreSQL, DBI (>= 0.8), units (>= 0.5-1), classInt, magrittr
Suggests: lwgeom (>= 0.1-2), maps, rgdal, rgeos, sp (>= 1.2-4), raster,
        spatstat, tmap, maptools, RSQLite, tibble (>= 1.4.1), pillar,
        rlang, dplyr (>= 0.7-0), tidyr (>= 0.7-2), RPostgres (>=
        1.1.0), tidyselect, ggplot2, mapview, testthat, knitr, covr,
        microbenchmark, rmarkdown
LinkingTo: Rcpp
VignetteBuilder: knitr
SystemRequirements: GDAL (>= 2.0.0), GEOS (>= 3.4.0), PROJ.4 (>= 4.8.0)
License: GPL-2 | MIT + file LICENSE
URL: https://github.com/r-spatial/sf/
BugReports: https://github.com/r-spatial/sf/issues/
Collate: RcppExports.R init.R crs.R bbox.R read.R db.R sfc.R sfg.R sf.R
        bind.R wkb.R wkt.R plot.R geom.R transform.R sp.R grid.R
        arith.R tidyverse.R cast_sfg.R cast_sfc.R graticule.R
        datasets.R aggregate.R agr.R maps.R join.R sample.R valid.R
        collection_extract.R jitter.R sgbp.R spatstat.R stars.R crop.R
        gdal_utils.R deprecated.R
RoxygenNote: 6.0.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2018-04-25 07:34:27 UTC; edzer
Author: Edzer Pebesma [aut, cre] (<https://orcid.org/0000-0001-8049-7069>),
  Roger Bivand [ctb] (<https://orcid.org/0000-0003-2392-6140>),
  Etienne Racine [ctb],
  Michael Sumner [ctb],
  Ian Cook [ctb],
  Tim Keitt [ctb],
  Robin Lovelace [ctb],
  Hadley Wickham [ctb],
  Jeroen Ooms [ctb] (<https://orcid.org/0000-0002-4035-0289>),
  Kirill Müller [ctb]
Maintainer: Edzer Pebesma <edzer.pebesma@uni-muenster.de>
Repository: CRAN
Date/Publication: 2018-04-25 14:24:22 UTC
