-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 972 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
Package: uuidtools
Title: Tools for working with Universally Unique Identifiers (UUIDs)
Version: 0.9
Author: Adam Gower <[email protected]> and Simon Urbanek <[email protected]> (R package), Theodore Ts'o <[email protected]> (libuuid)
Maintainer: Adam Gower <[email protected]>
Authors@R: c(
person("Adam", "Gower", email = "[email protected]", role = c("aut", "cre")),
person("Simon", "Urbanek", email = "[email protected]", role = "aut"),
person("Theodore", "Ts'o", email = "[email protected]", role = "aut"),
person("Murat", "Tasan", role = "aut"))
Description: Provides R functions to interface with libuuid routines for storing, generating, and working with UUIDs.
Depends:
S4Vectors (>= 0.10.3), R (>= 3.3.0)
Imports:
methods
Collate:
hooks.R
classes.R
methods.R
UUIDgenerate.R
UUIDparse.R
UUIDtime.R
UUIDversion.R
UUIDvariant.R
License: MIT + file LICENSE
Encoding: UTF-8
LazyLoad: yes
RoxygenNote: 7.1.0