Package: cartography
Title: Thematic Cartography
Version: 2.2.1
Authors@R: c(
      person("Timothée", "Giraud", 
        email = "timothee.giraud@cnrs.fr", role = c("cre","aut"), 
        comment = c(ORCID = "0000-0002-1932-3323")),
      person("Nicolas", "Lambert", 
        email = "nicolas.lambert@cnrs.fr", role = "aut"), 
      person("Ian", "Fellows", role = "cph", 
        comment = "no overlap algorithm for labels, from wordcloud package"))
Description: Create and integrate maps in your R workflow. This package helps to design cartographic representations such as proportional symbols, choropleth, typology, flows or discontinuities maps. It also offers several features that improve the graphic presentation of maps, for instance, map palettes, layout elements (scale, north arrow, title...), labels or legends. See Giraud and Lambert (2017) <doi:10.1007/978-3-319-57336-6_13>.
License: GPL-3
URL: https://github.com/riatelab/cartography/
BugReports: https://github.com/riatelab/cartography/issues/
LazyData: true
Depends: R (>= 3.3.0)
Imports: classInt, stats, graphics, methods, rosm, raster, Rcpp, rgeos,
        sp (>= 1.2-4), sf (>= 0.6-4)
Suggests: SpatialPosition, knitr, rmarkdown, rgdal, testthat
LinkingTo: Rcpp
VignetteBuilder: knitr
SystemRequirements: GDAL (>= 2.0.1), GEOS (>= 3.4.0), PROJ.4 (>= 4.8.0)
Encoding: UTF-8
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-09-27 13:55:17 UTC; tim
Author: Timothée Giraud [cre, aut] (<https://orcid.org/0000-0002-1932-3323>),
  Nicolas Lambert [aut],
  Ian Fellows [cph] (no overlap algorithm for labels, from wordcloud
    package)
Maintainer: Timothée Giraud <timothee.giraud@cnrs.fr>
Repository: CRAN
Date/Publication: 2019-09-27 14:40:02 UTC
