-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.06 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Type: Package
Package: usedthese
Title: Summarises Package & Function Usage
Version: 0.5.0.9000
Authors@R:
person("Carl", "Goodwin", , "[email protected]", role = c("aut", "cre", "cph"))
Description: Consistent with 'knitr' syntax highlighting, 'usedthese' adds
a summary table of package & function usage to a Quarto document and
enables aggregation of usage across a website.
License: MIT + file LICENSE
URL: https://cgoo4.github.io/usedthese/,
https://github.com/cgoo4/usedthese
BugReports: https://github.com/cgoo4/usedthese/issues
Depends:
R (>= 4.1)
Imports:
cli,
conflicted (>= 1.2.0),
dplyr (>= 1.1.0),
highr,
httr,
kableExtra,
knitr,
lifecycle,
purrr,
readr,
rlang,
rvest,
stringr,
tibble,
tidyr (>= 1.3.0),
tidyselect,
withr
Suggests:
covr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tsibble,
xts
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1