Package: climaemet
Title: Climate AEMET Tools
Version: 1.0.0
Authors@R: 
    c(person(given = "Manuel",
             family = "Pizarro",
             role = c("aut", "cph"),
             comment = c(ORCID = "0000-0002-6981-0154")),
      person(given = "Diego",
             family = "Hernangómez",
             role = c("aut", "cre"),
             email = "diego.hernangomezherrero@gmail.com",
             comment = c(ORCID = "0000-0001-8457-4658", affiliation = "rOpenSpain")),
      person(given = "Gema",
             family = "Fernández-Avilés",
             role = "aut",
             comment = c(ORCID = "0000-0001-5934-1916")))
Description: Tools to download the climatic data of the Spanish
    Meteorological Agency (AEMET) directly from R using their API and
    create scientific graphs (climate charts, trend analysis of climate
    time series, temperature and precipitation anomalies maps, warming
    stripes graphics, climatograms, etc.).
License: GPL-3
URL: https://ropenspain.github.io/climaemet/,
        https://github.com/rOpenSpain/climaemet
BugReports: https://github.com/rOpenSpain/climaemet/issues
Depends: R (>= 3.6.0)
Imports: dplyr (>= 1.0.0), ggplot2 (>= 3.3.2), httr (>= 1.4.1),
        jsonlite (>= 1.7.0), lubridate (>= 1.7.9), rappdirs (>= 0.3.3),
        readr (>= 1.4.0), rlang (>= 0.4.6), tibble (>= 3.0.3), tidyr
        (>= 1.1.0)
Suggests: climatol (>= 3.1.2), gganimate (>= 1.0.5), jpeg (>= 0.1.8),
        knitr, rmarkdown, sf (>= 0.9)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
X-schema.org-applicationCategory: Meteorology
X-schema.org-isPartOf: https://ropenspain.es/
NeedsCompilation: no
Packaged: 2021-09-16 12:15:33 UTC; diego
Author: Manuel Pizarro [aut, cph] (<https://orcid.org/0000-0002-6981-0154>),
  Diego Hernangómez [aut, cre] (<https://orcid.org/0000-0001-8457-4658>,
    rOpenSpain),
  Gema Fernández-Avilés [aut] (<https://orcid.org/0000-0001-5934-1916>)
Maintainer: Diego Hernangómez <diego.hernangomezherrero@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-16 12:30:02 UTC
