-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 963 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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.1.0
Date: 2020-01-26
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: 7.0.0
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
LazyData: true