forked from cboettig/knitcitations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.27 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: knitcitations
Type: Package
Title: Citations for knitr markdown files
Authors@R: person("Carl", "Boettiger", role=c("aut", "cre"),
email="[email protected]")
Version: 0.5-0
Date: 2013
Description: knitcitations 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. Knitcitations is primarily aimed at authoring in the R markdown
format, and can provide outputs for web-based authoring such as linked
text and tooltips over inline citations. Cite using a DOI, URL, or
bibtex file key. See the package URL for details.
URL: https://github.com/cboettig/knitcitations
Depends:
R (>= 2.15.0),
knitr,
bibtex
Imports:
xtable,
RCurl,
XML,
httr
Suggests:
testthat
License: CC0
Collate:
'functiontable.R'
'bibliography.R'
'formatref.R'
'ref.R'
'cite.R'
'create_bibkey.R'
'citep.R'
'citet.R'
'read.bibtex.R'
'write.bibtex.R'
'init_knitbib.R'
'print_rdfa.R'
'write_cache.R'
'newbib.R'
'zzz.R'
'inline_formats.R'
'greycite.R'
'url_regexpr.R'
'cite_options.R'
'print_markdown.R'
'bib_format.R'
'print_html.R'