-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
36 lines (36 loc) · 1.23 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
Package: grateful
Title: Facilitate Citation of R Packages
Version: 0.2.10
Authors@R: c(
person("Francisco", "Rodriguez-Sanchez",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-7981-1599")),
person("Connor P.", "Jackson", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4220-5210")),
person("Shaurita D.", "Hutchins", role = "ctb"),
person("James M.", "Clawson", role = "ctb")
)
Description: Facilitates the citation of R packages used in analysis
projects. Scans project for packages used, gets their citations, and
produces a document with citations in the preferred bibliography
format, ready to be pasted into reports or manuscripts. Alternatively,
'grateful' can be used directly within an 'R Markdown' or 'Quarto' document.
License: MIT + file LICENSE
URL: https://pakillo.github.io/grateful/
BugReports: https://github.com/Pakillo/grateful/issues
Depends:
R (>= 3.0.0)
Imports:
knitr,
remotes,
renv,
rmarkdown,
rstudioapi,
utils
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2