Package: spdplyr
Type: Package
Version: 0.1.2
Title: Data Manipulation Verbs for the Spatial Classes
Description: Methods for 'dplyr' verbs for 'sp' 'Spatial' classes. The basic 
    verbs that modify data attributes, remove or re-arrange rows are supported
    and provide complete 'Spatial' analogues of the input data. The group by
    and summarize workflow returns a non-topological spatial union. There is 
    limited support for joins, with left and inner to copy attributes from 
    another table. 
Authors@R: c(person("Michael D.","Sumner", role = c("aut", "cre"), email = "mdsumner@gmail.com"), 
             person("Joscha", "Legewie", role = "ctb"))
URL: https://github.com/mdsumner/spdplyr
BugReports: https://github.com/mdsumner/spdplyr/issues
Depends: R (>= 3.2.3), dplyr, sp
Imports: lazyeval, methods, spbabel, tibble
Suggests: testthat, maptools, raster, rmarkdown, knitr, covr
VignetteBuilder: knitr
LazyData: yes
License: GPL-3
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-07-29 22:50:59 UTC; michae_sum
Author: Michael D. Sumner [aut, cre],
  Joscha Legewie [ctb]
Maintainer: Michael D. Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2016-07-30 09:30:36
