-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.01 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
Package: pakret
Title: Cite 'R' Packages on the Fly in 'R Markdown' and 'Quarto'
Version: 0.2.2.9000
Authors@R:
person("Arnaud", "Gallou", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-1002-4247"))
Description: References and cites 'R' and 'R' packages on the fly in 'R
Markdown' and 'Quarto'. 'pakret' provides a minimalistic API that
generates preformatted citations of 'R' and 'R' packages, and adds
their reference to a '.bib' file directly from within your document.
License: GPL (>= 3)
URL: https://arnaudgallou.github.io/pakret/,
https://github.com/arnaudgallou/pakret
BugReports: https://github.com/arnaudgallou/pakret/issues
Depends:
R (>= 3.6.0)
Imports:
knitr,
readr (>= 1.0.0),
rmarkdown,
utils,
withr (>= 2.5.0)
Suggests:
callr (>= 3.7.5),
pkgload,
testthat (>= 3.0.0),
usethis
Config/Needs/website: arnaudgallou/cygne
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2