Package: readit
Title: Effortlessly Read Any Rectangular Data
Description: 
    Providing just one primary function, 'readit' uses a set of reasonable
    heuristics to apply the appropriate reader function to the given file path.
    As long as the data file has an extension, and the data is (or can be
    coerced to be) rectangular, readit() can probably read it.
Version: 1.0.0
Date: 2018-03-01
Authors@R: 
  c(person("Ryan", "Price", email = "ryapric@gmail.com", role = c("aut", "cre")))
License: MIT + file LICENSE
Depends: R (>= 3.4.0)
Imports: crayon (>= 1.3.4), haven (>= 1.1.1), jsonlite (>= 1.5), readr
        (>= 1.1.1), readxl (>= 1.0.0), tools (>= 3.4.3)
Suggests: devtools (>= 1.13.4), dplyr (>= 0.7.4), knitr (>= 1.19),
        rmarkdown (>= 1.8), testthat (>= 2.0.0)
URL: https://github.com/ryapric/readit
BugReports: https://github.com/ryapric/readit/issues
RoxygenNote: 6.0.1
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Packaged: 2018-03-12 00:14:30 UTC; Ryan Price
Author: Ryan Price [aut, cre]
Maintainer: Ryan Price <ryapric@gmail.com>
Repository: CRAN
Date/Publication: 2018-03-13 15:57:40 UTC
Built: R 4.6.0; ; 2025-10-11 03:51:23 UTC; windows
