-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
29 lines (29 loc) · 1.08 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
Package: scythe
Title: Harvest and register data package citations
Version: 1.1.0
Authors@R: c(
person("Jeanette", "Clark", role = c("aut", "cre"), email = "jclark@nceas.ucsb.edu", comment=c(ORCID = "0000-0003-4703-1974")),
person("Matthew B.", "Jones", role = "aut", email = "jones@nceas.ucsb.edu", comment=c(ORCID = "0000-0003-0077-4738")),
person("Maya", "Samet", role = "aut", email = "samet@nceas.ucsb.edu", comment=c(ORCID = "0000-0002-5248-9712")),
person("Althea", "Marks", role = "aut", email = "marks@nceas.ucsb.edu", comment=c(ORCID = "0000-0002-9370-9128"))
)
Description: Harvests data package citations from several API sources, including PLOS, Scopus, and Springer. This package uses modified functions from `rplos`, which is no longer maintained.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Imports:
curl,
dplyr,
jsonlite,
keyring,
rcrossref,
solrium,
stats
Remotes: ropensci/bib2df@a8e96e13f5
Suggests:
bib2df,
covr,
purrr,
testthat (>= 3.0.0)
RoxygenNote: 7.3.1
Config/testthat/edition: 3