Package: RcppUUID
Type: Package
Title: Generating Universally Unique Identificators
Version: 1.2.0
Date: 2025-02-12
Authors@R: c(person("Artem", "Klevtsov", role = "aut", email = "a.a.klevtsov@gmail.com",
                    comment = c(ORCID = "0000-0003-0492-6647")),
             person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
                    comment = c(ORCID = "0000-0001-6419-907X")))
Description: Using the efficient implementation in the Boost C++ library, functions are
 provided to generate vectors of 'Universally Unique Identifiers (UUID)' from R supporting
 random (version 4), name (version 5) and time (version 7) 'UUIDs'. The initial repository
 was at <https://gitlab.com/artemklevtsov/rcppuuid>.
URL: https://github.com/eddelbuettel/rcppuuid
BugReports: https://github.com/eddelbuettel/rcppuuid/issues
License: GPL (>= 2)
Depends: R (>= 3.1.0)
Imports: Rcpp
Suggests: tinytest, uuid, microbenchmark
LinkingTo: Rcpp, BH (>= 1.87.0-1)
Encoding: UTF-8
NeedsCompilation: yes
RoxygenNote: 7.3.2
Packaged: 2025-02-12 13:49:05 UTC; edd
Author: Artem Klevtsov [aut] (<https://orcid.org/0000-0003-0492-6647>),
  Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2025-02-12 14:30:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-14 00:58:09 UTC; windows
Archs: x64
