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 . 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 Roxygen: list(markdown = TRUE) Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-01-29 02:25:00 UTC RemoteUrl: https://github.com/eddelbuettel/rcppuuid RemoteRef: HEAD RemoteSha: 424b09fb9c71273ec8faf85022239e65b794b26b Packaged: 2026-06-06 06:48:47 UTC; root Author: Artem Klevtsov [aut] (ORCID: ), Dirk Eddelbuettel [aut, cre] (ORCID: ) Maintainer: Dirk Eddelbuettel