https://github.com/cran/haven
Raw File
Tip revision: 21341ca7738f0c0cb70eeac3655de62d2209c33d authored by Hadley Wickham on 23 September 2016, 22:44:41 UTC
version 1.0.0
Tip revision: 21341ca
DESCRIPTION
Package: haven
Version: 1.0.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 = "cph")
  )
Depends: R (>= 3.1.0)
Suggests: testthat, knitr, rmarkdown, covr
LinkingTo: Rcpp, BH
Imports: Rcpp (>= 0.11.4), readr (>= 0.1.0), hms, tibble
LazyData: true
URL: https://github.com/hadley/haven,
        https://github.com/WizardMac/ReadStat
BugReports: https://github.com/hadley/haven/issues
VignetteBuilder: knitr
SystemRequirements: GNU make
RoxygenNote: 5.0.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2016-09-23 20:35:30 UTC; hadley
Author: Hadley Wickham [aut, cre],
  Evan Miller [aut, cph] (Author of included ReadStat code),
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2016-09-23 22:44:41
back to top