The goal of 'readr' is to provide a fast and friendly way to read rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to flexibly parse many types of data found in the wild, while still cleanly failing when data unexpectedly changes.
Version: | 1.1.1 |
Depends: | R (≥ 3.0.2) |
Imports: | Rcpp (≥ 0.12.0.5), tibble, hms, R6 |
LinkingTo: | Rcpp, BH |
Suggests: | curl, testthat, knitr, rmarkdown, stringi, covr |
Published: | 2017-05-16 |
Author: | Hadley Wickham [aut], Jim Hester [aut, cre], Romain Francois [aut], R Core Team [ctb] (Date time code adapted from R), RStudio [cph, fnd], Jukka Jylänki [ctb, cph] (grisu3 implementation), Mikkel Jørgensen [ctb, cph] (grisu3 implementation) |
Maintainer: | Jim Hester <james.hester at rstudio.com> |
BugReports: | https://github.com/tidyverse/readr/issues |
License: | GPL-2 | GPL-3 | file LICENSE [expanded from: GPL (≥ 2) | file LICENSE] |
URL: | http://readr.tidyverse.org, https://github.com/tidyverse/readr |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | readr results |
Reference manual: | readr.pdf |
Vignettes: |
Locales Introduction to readr |
Package source: | readr_1.1.1.tar.gz |
Windows binaries: | r-devel: readr_1.1.1.zip, r-release: readr_1.1.1.zip, r-oldrel: readr_1.1.1.zip |
OS X El Capitan binaries: | r-release: readr_1.1.1.tgz |
OS X Mavericks binaries: | r-oldrel: readr_1.1.1.tgz |
Old sources: | readr archive |
Please use the canonical form https://CRAN.R-project.org/package=readr to link to this page.