-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.68 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
Package: rbibutils
Type: Package
Title: Read 'Bibtex' Files and Convert Between Bibliography Formats
Version: 2.3.0.9000
Authors@R: c( person(given = c("Georgi", "N."), family = "Boshnakov",
role = c("aut", "cre"),
email = "georgi.boshnakov@manchester.ac.uk",
comment = "R port, R code, new C code and modifications to bibutils' C code, conversion to Bibentry (R and C code)"
),
person(given = "Chris", family = "Putman",
role = "aut",
comment = "src/*, author of the bibutils libraries, https://sourceforge.net/projects/bibutils/"),
person(given = "Richard", family = "Mathar",
role = "ctb",
comment = "src/addsout.c"),
person(given = "Johannes", family = "Wilm",
role = "ctb",
comment = "src/biblatexin.c, src/bltypes.c"),
person("R Core Team", role = "ctb",
comment = "base R's bibentry and bibstyle implementation")
)
Description: Read and write 'Bibtex' files. Convert between bibliography
formats, including 'Bibtex', 'Biblatex', 'PubMed', 'Endnote', and
'Bibentry'. Includes a port of the 'bibutils' utilities by Chris
Putnam <https://sourceforge.net/projects/bibutils/>. Supports all
bibliography formats and character encodings implemented in
'bibutils'.
License: GPL-2
URL: https://geobosh.github.io/rbibutils/ (doc),
https://github.com/GeoBosh/rbibutils (devel)
BugReports: https://github.com/GeoBosh/rbibutils/issues
Depends: R (>= 2.10)
Imports: utils, tools
Suggests: testthat
Encoding: UTF-8
NeedsCompilation: yes
Config/Needs/memcheck: devtools, rcmdcheck