-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 841 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
Package: xciter
Title: Extra functions for dealing with citation keys, inline citations and references.
Version: 0.0.0.9001
Authors@R:
person("Allan", "Irvine", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3495-2128"))
Description: Citation related functions used in dynamic reporting - particularily within tables where normal rendering does not work.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
RefManageR,
testthat (>= 3.0.0),
tibble
Config/testthat/edition: 3
URL: https://github.com/NewGraphEnvironment/xciter/
BugReports: https://github.com/NewGraphEnvironment/xciter/issues
Imports:
chk,
processx,
cli,
fs,
stringr,
stringdist,
xml2
Depends:
R (>= 2.10)
LazyData: true