Package: malariaAtlas
Title: An R Interface to Open-Access Malaria Data, Hosted by the
        'Malaria Atlas Project'
Version: 1.0.0
Authors@R: c(
    person("Daniel", "Pfeffer", email = "daniel.pfeffer@uqconnect.edu.au", role = c("aut"), comment = c(ORCID = "0000-0002-2204-3488")),
    person("Tim", "Lucas", email =  "timcdlucas@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4694-8107")),
    person("Daniel", "May", role = c("aut"), comment = c(ORCID = "0000-0003-0005-2452")),
    person("Suzanne", "Keddie", role = c("aut"), comment = c(ORCID = "0000-0003-1254-7794")),
    person("Jen", "Rozier", role = c("aut"), comment = c(ORCID = "0000-0002-2610-7557")),
    person("Oliver", "Watson", role = c("aut"), comment = c(ORCID = "0000-0003-2374-0741")),
    person("Harry", "Gibson", role = c("aut"), comment = c(ORCID = "0000-0001-6779-3250")),
    person("Nick", "Golding", role = c("ctb")),
    person("David", "Smith", role = c("ctb")))
Description: A suite of tools to allow you to download all 
  publicly available parasite rate survey points, mosquito occurrence points and raster surfaces from 
  the 'Malaria Atlas Project' <https://malariaatlas.org/> servers as well as utility functions for plotting
  the downloaded data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: curl, rgdal, raster, sp, xml2, grid, gridExtra, httr, dplyr,
        stringi, tidyr, methods, stats, utils, rlang
Depends: ggplot2
RoxygenNote: 6.1.1
Suggests: testthat, knitr, rmarkdown, palettetown, magrittr, tibble,
        rdhs
URL: https://github.com/malaria-atlas-project/malariaAtlas
BugReports: https://github.com/malaria-atlas-project/malariaAtlas/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-02-24 14:00:16 UTC; tim
Author: Daniel Pfeffer [aut] (<https://orcid.org/0000-0002-2204-3488>),
  Tim Lucas [aut, cre] (<https://orcid.org/0000-0003-4694-8107>),
  Daniel May [aut] (<https://orcid.org/0000-0003-0005-2452>),
  Suzanne Keddie [aut] (<https://orcid.org/0000-0003-1254-7794>),
  Jen Rozier [aut] (<https://orcid.org/0000-0002-2610-7557>),
  Oliver Watson [aut] (<https://orcid.org/0000-0003-2374-0741>),
  Harry Gibson [aut] (<https://orcid.org/0000-0001-6779-3250>),
  Nick Golding [ctb],
  David Smith [ctb]
Maintainer: Tim Lucas <timcdlucas@gmail.com>
Repository: CRAN
Date/Publication: 2020-02-24 16:20:02 UTC
Built: R 4.0.0; ; 2020-04-10 09:16:22 UTC; windows
