-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 823 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
29
30
Package: citr
Type: Package
Title: 'RStudio' Add-in to Insert Markdown Citations
Description: Functions and an 'RStudio' add-in that search a 'BibTeX'-file to create and
insert formatted Markdown citations into the current document.
Version: 0.2.0.9047
Date: 2016-9-20
Authors@R: c(
person("Frederik", "Aust", email = "frederik.aust@uni-koeln.de", role = c("aut", "cre")),
person("Yihui", "Xie", role = "ctb")
)
URL: https://github.com/crsh/citr
BugReports: https://github.com/crsh/citr/issues
Depends:
R (>= 3.0.0)
Imports:
RefManageR (>= 0.11.0),
yaml (>= 2.1.13),
rstudioapi (>= 0.6),
miniUI (>= 0.1.1),
shiny (>= 0.13.2),
assertthat (>= 0.1),
methods (>= 3.0.0),
curl (>= 1.1),
stringi (>= 1.1.2)
Suggests:
testthat (>= 1.0.2)
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 5.0.1