Package: redatam
Type: Package
Title: Import 'REDATAM' Files
Version: 2.0.0
Authors@R: c(
    person(
        given = "Mauricio",
        family = "Vargas Sepulveda",
        role = c("aut", "cre"),
        email = "m.sepulveda@mail.utoronto.ca",
        comment = c(ORCID = "0000-0003-1017-7574")),
    person(
        given = "Lital",
        family = "Barkai",
        role = "aut"),
    person(
        given = "Arseny",
        family = "Kapoulkine",
        role = "ctb",
        comment = "'pugixml' C++ library"),
    person(
        family = "Republic of Ecuador",
        role = "dtc",
        comment = "Galapagos census data")
    )
Imports: data.table, janitor, stringi
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Depends: R(>= 3.5.0)
Description: Import 'REDATAM' files into R. 'REDATAM' is a software for the
    manipulation of microdata from censuses and surveys. This package provides
    functions to import 'REDATAM' files into R. It is based on De Grande (2016)
    <https://www.jstor.org/stable/24890658>.
License: Apache License (>= 2)
URL: https://github.com/litalbarkai/open-redatam
BugReports: https://github.com/litalbarkai/open-redatam/issues
RoxygenNote: 7.3.1
Encoding: UTF-8
NeedsCompilation: yes
VignetteBuilder: knitr
LinkingTo: cpp11
Config/testthat/edition: 3
Packaged: 2024-10-17 17:17:21 UTC; pacha
Author: Mauricio Vargas Sepulveda [aut, cre]
    (<https://orcid.org/0000-0003-1017-7574>),
  Lital Barkai [aut],
  Arseny Kapoulkine [ctb] ('pugixml' C++ library),
  Republic of Ecuador [dtc] (Galapagos census data)
Maintainer: Mauricio Vargas Sepulveda <m.sepulveda@mail.utoronto.ca>
Repository: CRAN
Date/Publication: 2024-10-21 11:30:06 UTC
