Package: UNF
Version: 2.0.7
Title: Tools for Creating Universal Numeric Fingerprints for Data
Date: 2021-05-16
Authors@R: c(person("Thomas J.", "Leeper",
                    role = c("aut", "cre"), 
                    email = "thosjleeper@gmail.com",
                    comment = c(ORCID = "0000-0003-4097-6326")),
             person("Micah", "Altman", role = c("aut")))
Description: Computes a universal numeric fingerprint (UNF) for an R data
    object. UNF is a cryptographic hash or signature that can be used to uniquely
    identify (a version of) a rectangular dataset, or a subset thereof. UNF can
    be used, in tandem with a DOI, to form a persistent citation to a versioned
    dataset.
Imports: utils, stats, tools, base64enc, digest
Suggests: knitr, rmarkdown, testthat
License: GPL-2
URL: https://github.com/leeper/UNF
BugReports: https://github.com/leeper/UNF/issues
VignetteBuilder: knitr
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2021-05-16 12:13:48 UTC; THOMAS
Author: Thomas J. Leeper [aut, cre] (<https://orcid.org/0000-0003-4097-6326>),
  Micah Altman [aut]
Maintainer: Thomas J. Leeper <thosjleeper@gmail.com>
Repository: CRAN
Date/Publication: 2021-05-16 14:10:13 UTC
