Package: RcppUUID 1.2.0

RcppUUID: Generating Universally Unique Identificators

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>.

Authors:Artem Klevtsov [aut], Dirk Eddelbuettel [aut, cre]

RcppUUID_1.2.0.tar.gz
RcppUUID_1.2.0.zip(r-4.5)RcppUUID_1.2.0.zip(r-4.4)RcppUUID_1.2.0.zip(r-4.3)
RcppUUID_1.2.0.tgz(r-4.5-x86_64)RcppUUID_1.2.0.tgz(r-4.5-arm64)RcppUUID_1.2.0.tgz(r-4.4-x86_64)RcppUUID_1.2.0.tgz(r-4.4-arm64)RcppUUID_1.2.0.tgz(r-4.3-x86_64)RcppUUID_1.2.0.tgz(r-4.3-arm64)
RcppUUID_1.2.0.tar.gz(r-4.5-noble)RcppUUID_1.2.0.tar.gz(r-4.4-noble)
RcppUUID_1.2.0.tgz(r-4.4-emscripten)RcppUUID_1.2.0.tgz(r-4.3-emscripten)
RcppUUID.pdf |RcppUUID.html
RcppUUID/json (API)
NEWS

# Install 'RcppUUID' in R:
install.packages('RcppUUID', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/eddelbuettel/rcppuuid/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

cpp

3.18 score 1 scripts 224 downloads 5 exports 2 dependencies

Last updated 4 hours agofrom:8166e05e73. Checks:11 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 12 2025
R-4.5-win-x86_64OKFeb 12 2025
R-4.5-mac-x86_64OKFeb 12 2025
R-4.5-mac-aarch64OKFeb 12 2025
R-4.5-linux-x86_64OKFeb 12 2025
R-4.4-win-x86_64OKFeb 12 2025
R-4.4-mac-x86_64OKFeb 12 2025
R-4.4-mac-aarch64OKFeb 12 2025
R-4.3-win-x86_64OKFeb 12 2025
R-4.3-mac-x86_64OKFeb 12 2025
R-4.3-mac-aarch64OKFeb 12 2025

Exports:uuid_generate_nameuuid_generate_niluuid_generate_randomuuid_generate_timeuuid_validate

Dependencies:BHRcpp

Readme and manuals

Help Manual

Help pageTopics
Generating Universally Unique IdentificatorsRcppUUID-package RcppUUID
Generate UUIDs Version 5uuid_generate_name
Generates Nil UUIDsuuid_generate_nil
Generate UUIDs Version 4uuid_generate_random
Generate UUIDs Version 7uuid_generate_time
Validate UUIDsuuid_validate