Package: readr
Version: 0.1.1
Title: Read Tabular Data
Description: Read flat/tabular text files from disk.
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
    person("Romain", "Francois", role = "aut"),
    person("R Core Team", role = "ctb", comment = "Date time code adapted from R"),
    person("RStudio", role = "cph"))
Encoding: UTF-8
Depends: R (>= 3.0.2)
LinkingTo: Rcpp, BH
Imports: Rcpp (>= 0.11.5), curl
Suggests: testthat, knitr, DiagrammeR
License: GPL (>= 2)
VignetteBuilder: knitr
Packaged: 2015-05-29 14:19:20 UTC; ripley
Author: Hadley Wickham [aut, cre],
  Romain Francois [aut],
  R Core Team [ctb] (Date time code adapted from R),
  RStudio [cph]
Maintainer: ORPHANED
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-05-29 16:26:58
X-CRAN-Original-Maintainer: Hadley Wickham <hadley@rstudio.com>
X-CRAN-Comment: Orphaned on 2015-05-29 as non-cross-platform calls to
        iconv() were not corrected by the original maintainer (and have
        been by the CRAN team).
