-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
executable file
·47 lines (47 loc) · 1.83 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
Package: contentid
Version: 0.0.18
Title: An Interface for Content-Based Identifiers
Description: An interface for creating, registering, and resolving content-based
identifiers for data management. Content-based identifiers rely on
the 'cryptographic' hashes to refer to the files they identify, thus,
anyone possessing the file can compute the identifier using a
well-known standard algorithm, such as 'SHA256'. By registering
a URL at which the content is accessible to a public archive (such as
Hash Archive) or depositing data in a scientific repository such 'Zenodo',
'DataONE' or 'SoftwareHeritage', the content identifier can serve
many functions typically associated with A Digital Object Identifier
('DOI'). Unlike location-based identifiers like 'DOIs', content-based
identifiers permit the same content to be registered in many locations.
Authors@R: c(
person("Carl", "Boettiger", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0002-1642-628X")),
person("Jorrit", "Poelen", role ="aut",
comment = c(ORCID="0000-0003-3138-4118")),
person(given = "NSF OAC 1839201", role = "fnd",
comment = "https://www.nsf.gov/awardsearch/showAward?AWD_ID=1839201")
)
License: MIT + file LICENSE
Encoding: UTF-8
ByteCompile: true
Depends: R (>= 4.0)
Language: en-US
URL: https://github.com/cboettig/contentid
BugReports: https://github.com/cboettig/contentid/issues
Imports:
openssl (>= 1.4.2),
httr,
curl,
fs,
tools,
methods
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat,
covr,
thor,
vroom,
spelling
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr