Package: UNF
Version: 2.0.6
Title: Tools for Creating Universal Numeric Fingerprints for Data
Date: 2017-06-13
Authors@R: c(person("Thomas", "Leeper", role = c("aut","cre"),
                    email = "thosjleeper@gmail.com"),
             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, testthat
License: GPL-2
URL: https://github.com/leeper/UNF
BugReports: https://github.com/leeper/UNF/issues
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-06-13 10:48:25 UTC; THOMAS
Author: Thomas Leeper [aut, cre],
  Micah Altman [aut]
Maintainer: Thomas Leeper <thosjleeper@gmail.com>
Repository: CRAN
Date/Publication: 2017-06-13 11:25:02 UTC
