-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 984 Bytes
/
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
Package: UNF
Version: 2.0.8
Title: Tools for Creating Universal Numeric Fingerprints for Data
Date: 2022-04-11
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 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, rmarkdown
RoxygenNote: 7.1.2
Encoding: UTF-8