-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.47 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
Package: europepmc
Title: R Interface to the Europe PubMed Central RESTful Web Service
Version: 0.4.3
Authors@R: c(
person("Najko", "Jahn", email = "[email protected]",
role = c("aut", "cre", "cph")),
person("Maëlle", "Salmon", role = c("ctb")))
License: GPL-3
Date: 2023-09-20
URL: https://docs.ropensci.org/europepmc/, https://github.com/ropensci/europepmc/
BugReports: https://github.com/ropensci/europepmc/issues
Description: An R Client for the Europe PubMed Central RESTful Web Service
(see <https://europepmc.org/RestfulWebService> for more information). It
gives access to both metadata on life science literature and open access
full texts. Europe PMC indexes all PubMed content and other literature
sources including Agricola, a bibliographic database of citations to the
agricultural literature, or Biological Patents. In addition to bibliographic
metadata, the client allows users to fetch citations and reference lists.
Links between life-science literature and other EBI databases, including
ENA, PDB or ChEMBL are also accessible. No registration or API key is
required. See the vignettes for usage examples.
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
Depends:
R (>= 3.00)
Imports:
httr,
jsonlite,
plyr,
dplyr,
progress,
urltools,
purrr,
xml2,
tibble,
tidyr,
rlang
RoxygenNote: 7.2.3
Suggests:
testthat,
knitr,
rmarkdown,
ggplot2
Encoding: UTF-8