Package: maptiles
Title: Download and Display Map Tiles
Version: 0.6.1
Authors@R: c(person(given = "Timothée", 
                    family = "Giraud",
                    email = "timothee.giraud@cnrs.fr", 
                    role = c("cre","aut"), 
                    comment = c(ORCID = "0000-0002-1932-3323")), 
             person(given = "Diego",
                    family = "Hernangómez",
                    role = c("ctb"),
                    comment = c(ORCID = "0000-0001-8457-4658")), 
             person(given = "Robert J.", 
                    family = "Hijmans", 
                    role = c("ctb"), 
			        comment = c(ORCID = "0000-0001-5872-2872")), 
			 person(given = "Hugh A.", 
                    family = "Graham", 
                    role = c("ctb")))
Description: To create maps from tiles, 'maptiles' downloads, composes and
    displays tiles from a large number of providers (e.g. 'OpenStreetMap',
    'Stamen', 'Esri', 'CARTO', or 'Thunderforest').
URL: https://github.com/riatelab/maptiles/
BugReports: https://github.com/riatelab/maptiles/issues/
License: GPL-3
Depends: 
    R (>= 3.5.0)
Imports: 
    sf (>= 0.9-5),
    curl,
    graphics, 
    grDevices,
    png, 
    terra,
    tools, 
    slippymath
Suggests:
    covr,
    tinytest
Encoding: UTF-8
RoxygenNote: 7.2.3
