Package: rmet
Type: Package
Title: Download and Read Brazilian Meteorological Data from INMET
Version: 0.1.0
Authors@R: person("Rodrigo Fonseca", "Villa", 
                  email = "rodrigo03.villa@gmail.com",
                  role = c("aut", "cre"),
                  comment = c(ORCID = "0009-0005-2938-2270"))
Description: Automates the download and processing of historical weather
    data from the Brazilian National Institute of Meteorology (INMET).
    It resolves formatting inconsistencies in raw CSV files across different
    years, removes structural artifacts, standardizes column names, converts
    timestamps to local Brazilian time zones, and outputs tidy data frames
    ready for analysis. Data are retrieved from
    <https://portal.inmet.gov.br/dadoshistoricos>.
Depends: R (>= 4.0.0)
Encoding: UTF-8
LazyData: true
Language: en-US
License: GPL (>= 3)
URL: https://github.com/rodrigosqrt3/rmet
BugReports: https://github.com/rodrigosqrt3/rmet/issues
RoxygenNote: 7.3.3
Imports: curl
Suggests: spelling, testthat (>= 3.0.0), knitr, rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-04-21 19:00:40 UTC; rodri
Author: Rodrigo Fonseca Villa [aut, cre] (ORCID:
    <https://orcid.org/0009-0005-2938-2270>)
Maintainer: Rodrigo Fonseca Villa <rodrigo03.villa@gmail.com>
Repository: CRAN
Date/Publication: 2026-04-21 21:22:09 UTC
Built: R 4.7.0; ; 2026-04-28 02:15:16 UTC; windows
