https://github.com/cran/haven
Raw File
Tip revision: 995117dc6d2d42ac5b33d09981f2d3dea2b749c5 authored by Hadley Wickham on 28 February 2015, 00:00:00 UTC
version 0.1.0
Tip revision: 995117d
DESCRIPTION
Package: haven
Version: 0.1.0
Title: Import SPSS, Stata and SAS Files
Description: Import foreign statistical formats into R via the ReadStat C
    library. Package includes preliminary support for writing Stata and SPSS
    formats.
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: dplyr, testthat, knitr
LinkingTo: Rcpp, BH
Imports: Rcpp (>= 0.11.4)
LazyData: true
URL: https://github.com/hadley/haven,
        https://github.com/WizardMac/ReadStat
BugReports: https://github.com/hadley/haven/issues
VignetteBuilder: knitr
Packaged: 2015-02-28 19:15:59 UTC; hadley
Author: Hadley Wickham [aut, cre],
  Evan Miller [aut, cph] (Author of included ReadStat code),
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-03-01 08:18:16
back to top