-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 1.18 KB
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 1.18 KB
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
Package: scholid
Type: Package
Title: Scholarly and Academic Identifier Utilities
Version: 0.1.1.9000
Language: en-US
Authors@R:
person("Thomas", "Rauter",
email = "rauterthomas0@gmail.com",
role = c("aut", "cre", "fnd"),
comment = c(ORCID = "0009-0004-5578-3628"))
Description: Detects, normalizes, classifies, and extracts scholarly identifier
strings. Provides lightweight, dependency-free helpers for common
identifier systems such as DOIs, ORCID iDs, ISBNs, ISSNs, arXiv
identifiers, and PubMed identifiers. Functions are vectorized,
predictable, and suitable as low-level building blocks for other R
packages and data workflows. For online lookup, conversion, metadata
retrieval, and linked identifier discovery, see 'scholidonline'.
License: MIT + file LICENSE
URL: https://thomas-rauter.github.io/scholid/,
https://thomas-rauter.github.io/scholidonline/
BugReports: https://github.com/Thomas-Rauter/scholid/issues
Depends: R (>= 3.5.0)
Suggests:
testthat (>= 3.0.0),
knitr (>= 1.30),
rmarkdown
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
VignetteBuilder: knitr