Package: contentid
Version: 0.0.19
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", , "cboettig@gmail.com", 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
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-01-21 19:01:35 UTC; jovyan
Author: Carl Boettiger [aut, cre] (<https://orcid.org/0000-0002-1642-628X>),
  Jorrit Poelen [aut] (<https://orcid.org/0000-0003-3138-4118>),
  NSF OAC 1839201 [fnd]
    (https://www.nsf.gov/awardsearch/showAward?AWD_ID=1839201)
Maintainer: Carl Boettiger <cboettig@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-21 19:30:02 UTC
Built: R 4.5.2; ; 2025-11-08 03:27:48 UTC; windows
