-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
71 lines (71 loc) · 1.82 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: biblids
Title: Working with bibliometric identifiers
Version: 0.0.0.9000
Depends: R (>= 4.0.0)
Authors@R:
c(
person(
given = "Maximilian",
family = "Held",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4703-5388")
),
person(
given = "Göttingen State and University Library",
role = c("cph", "fnd")
),
person(
given = "German Research Foundation",
role = c("spn")
)
)
Description:
Provides S3 classes, methods and predicates
to work with bibliometric identifiers such as DOIs.
Optionally (with `Suggests` dependencies) includes
presentation methods, shiny input modules and some API wrappers.
License: MIT + file LICENSE
Language: en
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9999
URL: https://subugoe.github.io/biblids, https://github.com/subugoe/biblids
BugReports: https://github.com/subugoe/biblids/issues
Imports:
rlang (>= 0.4.8),
vctrs (>= 0.3.6),
purrr (>= 0.3.4),
stringr (>= 1.4.0),
ellipsis (>= 0.3.1),
brio (>= 1.1.1),
stringi (>= 1.5.3),
glue (>= 1.4.2),
progressr (>= 0.9.0)
Suggests:
testthat (>= 3.0.2),
covr (>= 3.5.1),
subugoetheme,
shiny (>= 1.6.0),
shinytest (>= 1.5.0),
shinycaas,
shinyvalidate (>= 0.1.1),
pillar (>= 1.4.7),
tibble (>= 3.0.4),
knitr (>= 1.30),
curl (>= 4.3),
httr (>= 1.4.2),
jsonlite (>= 1.7.2),
memoise (>= 2.0.0),
cachem (>= 1.0.4),
httptest (>= 4.0.0),
shinyjs (>= 2.0.0),
htmlwidgets (>= 1.5.3),
globals (>= 0.14.0),
shiny.i18n (>= 0.2.0)
Remotes:
subugoe/[email protected],
subugoe/[email protected]
Config/testthat/edition: 3
Config/wama/defaultShinyApp: doiEntryApp()