-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
60 lines (60 loc) · 1.96 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
51
52
53
54
55
56
57
58
59
60
Package: bibtex
Version: 0.5.1
Title: Bibtex Parser
Authors@R: c(
person(given = "Romain",
family = "Francois",
role = c("aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2444-4226", "principal developer of bibtex R package")),
person(given = c("James", "Joseph"),
family = "Balamuta",
role = c("ctb", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2826-8458")),
person(given = "Diego",
family = "Hernangómez",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8457-4658")),
person(given = "Scott",
family = "Chamberlain",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1444-9135")),
person(given = "Kurt",
family = "Hornik",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4198-9911")),
person(given = "Brian",
family = "Ripley",
role = "ctb",
email = "[email protected]",
comment = "compilation fixes"),
person(given = "Michael",
family = "Koohafkan",
role = "ctb",
email = "[email protected]"),
person(given = c("Mathew", "W."),
family = "McLean",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7891-9645")
)
)
Description: Utility to parse a bibtex file.
BugReports: https://github.com/ropensci/bibtex/issues
URL: https://github.com/ropensci/bibtex, https://docs.ropensci.org/bibtex/
License: GPL (>= 2)
Depends:
R (>= 3.0.2)
Imports:
backports (>= 1.4.0),
utils
Suggests:
testthat (>= 3.0.0)
LazyLoad: yes
Encoding: UTF-8
RoxygenNote: 7.2.3
Config/testthat/edition: 3