-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·51 lines (51 loc) · 1.58 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
Package: agrite
Type: Package
Title: Toolbox to Retrieve DOI, Metadata, and Full Text from a Raw Citation
Version: 0.0.1
Authors@R: c(
person(given = "Nicolas",
family = "Casajus",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5537-5294")),
person(given = "Damien",
family = "Bellouin",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2014-3482")))
Description: Research Compendium of the
FRB-CESAB (<https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/>)
research group Agri-TE (<https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/agri-te/>).
Contains different functions to retrieve the DOI, metadata and full text of
a raw reference citation using the Web of Science Lite API
(<https://developer.clarivate.com/apis/woslite>), the CrossRef API
(<https://www.crossref.org/documentation/retrieve-metadata/rest-api/>), and
Sc*-H*b website.
URL: https://github.com/FRBCesab/agrite
BugReports: https://github.com/FRBCesab/agrite/issues
License: GPL (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
geoparser
Imports:
curl,
graticule,
here,
httr,
pdftools,
pkgload,
rcrossref,
readxl,
remotes,
rvest,
rwoslite,
sf,
sp,
stringdist,
writexl
Remotes:
frbcesab/geoparser,
ropensci/rcrossref,
frbcesab/rwoslite