forked from cboettig/knitcitations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 986 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
Package: knitcitations
Type: Package
Title: Citations for 'Knitr' Markdown Files
Authors@R: person("Carl", "Boettiger", role=c("aut", "cre"),
email="[email protected]")
Version: 1.0.7.1
Description: Provides the ability to create dynamic citations
in which the bibliographic information is pulled from the web rather
than having to be entered into a local database such as 'bibtex' ahead of
time. The package is primarily aimed at authoring in the R 'markdown'
format, and can provide outputs for web-based authoring such as linked
text for inline citations. Cite using a 'DOI', URL, or
'bibtex' file key. See the package URL for details.
URL: https://github.com/cboettig/knitcitations
BugReports: https://github.com/cboettig/knitcitations/issues
License: MIT + file LICENSE
VignetteBuilder: knitr
Depends:
R (>= 3.0)
Imports:
RefManageR (>= 0.8.2),
digest,
httr (>= 0.3),
methods,
utils
Suggests:
testthat,
knitr (>= 1.6)