Package: osmdata
Version: 0.0.5
Authors@R: c(
    person("Mark", "Padgham", email="mark.padgham@email.com", role=c("aut", "cre")),
    person("Bob", "Rudis", role="aut"),
    person("Robin", "Lovelace", role="aut"), 
    person("Maëlle", "Salmon", role="aut"),
    person("Andrew", "Smith", role="ctb"),
    person("Marcin", "Kalicinski", role=c("ctb", "cph"),
        comment="Author of included RapidXML code"),
    person("Finkelstein", "Noam", role=c("ctb","cph"),
        comment="Author of included stub.R code"),
    person ("Bartnik", "Lukasz", role=c("ctb","cph"),
        comment="Author of included stub.R code"))
Maintainer: Mark Padgham <mark.padgham@email.com>
Title: Import 'OpenStreetMap' Data as Simple Features or Spatial
        Objects
Description: Download and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp'
    objects.  'OSM' data are extracted from the 'Overpass' web server and
    processed with very fast 'C++' routines for return to 'R'.
Depends: R (>= 3.2.4)
License: GPL-3
SystemRequirements: C++11
NeedsCompilation: yes
LazyData: true
Imports: curl, httr, lubridate, magrittr, methods, Rcpp (>= 0.12.4),
        rvest, jsonlite, sp, utils, xml2
Suggests: devtools, knitr, rmarkdown, roxygen2, sf, testthat
LinkingTo: Rcpp
URL: https://github.com/osmdatar/osmdata
BugReports: https://github.com/osmdatar/osmdata/issues
Encoding: UTF-8
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Packaged: 2017-08-10 12:05:15 UTC; markus
Author: Mark Padgham [aut, cre],
  Bob Rudis [aut],
  Robin Lovelace [aut],
  Maëlle Salmon [aut],
  Andrew Smith [ctb],
  Marcin Kalicinski [ctb, cph] (Author of included RapidXML code),
  Finkelstein Noam [ctb, cph] (Author of included stub.R code),
  Bartnik Lukasz [ctb, cph] (Author of included stub.R code)
Repository: CRAN
Date/Publication: 2017-08-13 05:35:52 UTC
