-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 998 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
34
35
36
37
Package: doilinker
Title: Link Preprints And Publications By DOI
Version: 0.1.1
Date: 2024-02-26
Authors@R:
person(given = "Luke",
family = "Zappia",
role = c("aut", "cre"),
email = "luke@lazappi.id.au",
comment = c(ORCID = "0000-0001-7744-8565", github = "lazappi"))
Description: Links preprints to publications using the method described in
Cabanac G, Oikonomidi T, Boutron I. "Day-to-day discovery of
preprint-publication links". Scientometrics. 2021;1–20. DOI:
10.1007/s11192-021-03900-7.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
purrr,
rcrossref,
SnowballC,
stopwords,
stringi,
stringr
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
spelling,
covr
Config/testthat/edition: 3
VignetteBuilder: knitr
Language: en-GB
URL: https://github.com/lazappi/doilinker
BugReports: https://github.com/lazappi/doilinker/issues