forked from Pakillo/grateful
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 837 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
Package: grateful
Title: Facilitate Citation of R Packages
Version: 0.0.3
Date: 2021-06-26
Authors@R: c(person('Francisco', 'Rodriguez-Sanchez', email='[email protected]', role = c('aut', 'cre')),
person('Shaurita D.', 'Hutchins', role = c('ctb')))
Description: Facilitates citation of R packages used in analysis projects.
grateful will scan the project for packages used,
get their preferred citations,
and produce a document with all citations in the preferred bibliography format,
ready to be pasted into a report or manuscript bibliography list.
Depends: R (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
renv,
rmarkdown,
utils
Suggests: testthat
URL: https://github.com/Pakillo/grateful
BugReports: https://github.com/Pakillo/grateful/issues
RoxygenNote: 7.1.1