-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 910 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
33
Package: readMDTable
Title: Read Markdown Tables into Tibbles
Version: 0.3.0.9000
Authors@R:
person("Jordan", "Bradford", , "jrdnbradford@gmail.com", role = c("aut", "cre", "cph"))
Description: Efficient reading of raw markdown tables into tibbles. Designed to
accept content from strings, files, and URLs with the ability to extract
and read multiple tables from markdown for analysis.
Imports:
cli,
httr2,
readr,
purrr,
stringr
URL: https://github.com/jrdnbradford/readMDTable, https://jrdnbradford.github.io/readMDTable/
BugReports: https://github.com/jrdnbradford/readMDTable/issues
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
covr,
devtools,
ggplot2,
knitr,
lubridate,
microbenchmark,
rmarkdown,
rvest,
testthat (>= 3.0.0),
tibble
Config/testthat/edition: 3
VignetteBuilder: knitr