https://github.com/cran/haven
Raw File
Tip revision: 3d4f402d876ceb4995dcdf2d82d22dfaf16dfb5d authored by Hadley Wickham on 09 July 2017, 05:40:47 UTC
version 1.1.0
Tip revision: 3d4f402
DESCRIPTION
Package: haven
Version: 1.1.0
Title: Import and Export 'SPSS', 'Stata' and 'SAS' Files
Description: Import foreign statistical formats into R via the embedded
    'ReadStat' C library, <https://github.com/WizardMac/ReadStat>.
License: MIT + file LICENSE
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
    person("Evan", "Miller", , role = c("aut", "cph"),
      comment = "Author of included ReadStat code"),
    person("RStudio", role = c("cph", "fnd"))
  )
Depends: R (>= 3.1.0)
Suggests: testthat, knitr, rmarkdown, covr
LinkingTo: Rcpp
Imports: Rcpp (>= 0.11.4), readr (>= 0.1.0), hms, tibble, forcats (>=
        0.2.0)
LazyData: true
URL: http://haven.tidyverse.org, https://github.com/tidyverse/haven,
        https://github.com/WizardMac/ReadStat
BugReports: https://github.com/hadley/haven/issues
VignetteBuilder: knitr
SystemRequirements: GNU make
RoxygenNote: 6.0.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2017-07-08 15:47:00 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: 2017-07-09 06:40:47 UTC
back to top