-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 740 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 740 Bytes
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
Package: readthat
Title: Read Text Data
Version: 0.0.1
Authors@R:
person(given = "Michael W.",
family = "Kearney",
role = c("aut", "cre"),
email = "kearneymw@missouri.edu",
comment = c(ORCID = "0000-0002-0730-4694"))
Description: Quickly read contents from files or URLs. Functions provide a simple, consistent, and
performant interface for reading (all at once or line-by-line) the contents of files or web pages.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
Rcpp,
curl
URL: https://github.com/mkearney/readthat
BugReports: https://github.com/mkearney/readthat/issues
LinkingTo:
Rcpp
Suggests:
testthat (>= 2.1.0),
covr