Package: cnefetools
Title: Access and Analysis of Brazilian CNEFE Address Data
Version: 0.2.2
Authors@R: 
    c(
      person(given = "Jorge Ubirajara", family = "Pedreira Junior",
             email = "jorge.ubirajara@ufba.br",
             role = c("aut", "cre", "cph"),
             comment = c(ORCID = "0000-0002-8243-5395")),
      person(given = "Bruno", family = "Mioto",
             email = "brunomioto97@gmail.com",
             role = "aut"),
      person(given = "Kaio Cunha", family = "Pedreira",
             email = "kaiocp7@gmail.com",
             role = "ctb")
    )
Description: Download, cache and read municipality-level address data from the
    Cadastro Nacional de Enderecos para Fins Estatisticos (CNEFE) of the 2022
    Brazilian Census, published by the Instituto Brasileiro de Geografia e
    Estatistica (IBGE)
    <https://ftp.ibge.gov.br/Cadastro_Nacional_de_Enderecos_para_Fins_Estatisticos/>.
    Beyond data access, provides spatial aggregation of addresses, computation
    of land-use mix indices, and dasymetric interpolation of census tract
    variables using CNEFE dwelling points as ancillary data. Results can be
    produced on 'H3' hexagonal grids or user-supplied polygons, and heavy
    operations leverage a 'DuckDB' backend with extensions for fast,
    in-process execution.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3.9000
URL: https://github.com/pedreirajr/cnefetools,
        https://pedreirajr.github.io/cnefetools/
BugReports: https://github.com/pedreirajr/cnefetools/issues
Suggests: ggplot2, kableExtra, knitr, leafsync, mapview, odbr,
        rmarkdown, scales, testthat (>= 3.0.0), zip
Config/testthat/edition: 3
Depends: R (>= 4.1.0)
Imports: arrow, dplyr, sf, geobr, lifecycle, rlang, h3jsr, tidyr, DBI,
        duckdb, duckspatial, cli (>= 3.6.0), checkmate, fs, httr2,
        piggyback
LazyData: true
NeedsCompilation: no
Packaged: 2026-02-26 21:21:33 UTC; jorge
Author: Jorge Ubirajara Pedreira Junior [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-8243-5395>),
  Bruno Mioto [aut],
  Kaio Cunha Pedreira [ctb]
Maintainer: Jorge Ubirajara Pedreira Junior <jorge.ubirajara@ufba.br>
Repository: CRAN
Date/Publication: 2026-02-27 08:30:18 UTC
Built: R 4.6.0; ; 2026-02-28 00:51:50 UTC; windows
