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 . 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: curl Suggests: spelling, testthat (>= 3.0.0), knitr, rmarkdown VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: libssl-dev Repository: https://rodrigosqrt3.r-universe.dev Date/Publication: 2026-04-21 22:01:15 UTC RemoteUrl: https://github.com/rodrigosqrt3/rmet RemoteRef: HEAD RemoteSha: c09bb515b7ea2e0dceeb7d06518f3b9743ee64fe NeedsCompilation: no Packaged: 2026-06-21 08:03:13 UTC; root Author: Rodrigo Fonseca Villa [aut, cre] (ORCID: ) Maintainer: Rodrigo Fonseca Villa