Package: geospark
Type: Package
Title: Bring Local Sf to Spark
Version: 0.3.1
Authors@R: c(
    person("Harry", "Zhu", email = "7harryprince@gmail.com", role = c("aut", "cre")),
    person("Javier", "Luraschi", email = "javier@rstudio.com", role = c("ctb"))
    )
Maintainer: Harry Zhu <7harryprince@gmail.com>
BugReports: https://github.com/harryprince/geospark/issues
Description: R binds 'GeoSpark' <http://geospark.datasyslab.org/> extending 'sparklyr' 
    <https://spark.rstudio.com/> R package to make distributed 'geocomputing' easier. Sf is a
    package that provides [simple features] <https://en.wikipedia.org/wiki/Simple_Features> access
    for R and which is a leading 'geospatial' data processing tool. 'Geospark' R package bring 
    the same simple features access like sf but running on Spark distributed system.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.1.2)
Imports: sparklyr (>= 1.0.0), dplyr (>= 0.8.3), dbplyr (>= 1.3.0)
RoxygenNote: 6.1.1
Suggests: testthat, knitr, utils
NeedsCompilation: no
Packaged: 2020-02-29 01:44:17 UTC; harryzhu
Author: Harry Zhu [aut, cre],
  Javier Luraschi [ctb]
Repository: CRAN
Date/Publication: 2020-03-02 05:40:02 UTC
Built: R 4.1.0; ; 2021-05-27 20:00:16 UTC; unix
