Package: haven
Title: Import and Export 'SPSS', 'Stata' and 'SAS' Files
Version: 2.3.1
Authors@R: 
    c(person(given = "Hadley",
             family = "Wickham",
             role = c("aut", "cre"),
             email = "hadley@rstudio.com"),
      person(given = "Evan",
             family = "Miller",
             role = c("aut", "cph"),
             comment = "Author of included ReadStat code"),
      person(given = "RStudio",
             role = c("cph", "fnd")))
Description: Import foreign statistical formats into R via the
    embedded 'ReadStat' C library,
    <https://github.com/WizardMac/ReadStat>.
License: MIT + file LICENSE
URL: http://haven.tidyverse.org, https://github.com/tidyverse/haven,
        https://github.com/WizardMac/ReadStat
BugReports: https://github.com/tidyverse/haven/issues
Depends: R (>= 3.2)
Imports: forcats (>= 0.2.0), hms, methods, Rcpp (>= 0.11.4), readr (>=
        0.1.0), rlang (>= 0.4.0), tibble, tidyselect, vctrs (>= 0.3.0)
Suggests: covr, fs, knitr, rmarkdown, testthat, pillar (>= 1.4.0), cli,
        crayon
LinkingTo: Rcpp
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
SystemRequirements: GNU make
NeedsCompilation: yes
Packaged: 2020-06-01 14:26:57 UTC; hadley
Author: Hadley Wickham [aut, cre],
  Evan Miller [aut, cph] (Author of included ReadStat code),
  RStudio [cph, fnd]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2020-06-01 15:00:06 UTC
Built: R 4.0.3; x86_64-w64-mingw32; 2020-10-16 00:04:48 UTC; windows
Archs: i386, x64
