-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1009 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
31
32
33
Package: rcrossref
Title: Client for Various 'CrossRef' 'APIs'
Description: Client for various 'CrossRef' 'APIs', including 'metadata' search
with their old and newer search 'APIs', get 'citations' in various formats
(including 'bibtex', 'citeproc-json', 'rdf-xml', etc.), convert 'DOIs'
to 'PMIDs', and 'vice versa', get citations for 'DOIs', and get links to
full text of articles when available.
Version: 0.5.2
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com"),
person("Carl", "Boettiger", role = "aut"),
person("Ted", "Hart", role = "aut"),
person("Karthik", "Ram", role = "aut")
)
URL: https://github.com/ropensci/rcrossref
BugReports: https://github.com/ropensci/rcrossref/issues
VignetteBuilder: knitr
Imports:
utils,
methods,
stats,
jsonlite,
httr (>= 1.0.0),
xml2,
plyr,
bibtex,
dplyr,
R6
Suggests:
testthat,
knitr
RoxygenNote: 5.0.1