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.6)RcppUUID_1.2.0.zip(r-4.5)RcppUUID_1.2.0.zip(r-4.4)
RcppUUID_1.2.0.tgz(r-4.6-x86_64)RcppUUID_1.2.0.tgz(r-4.6-arm64)RcppUUID_1.2.0.tgz(r-4.5-x86_64)RcppUUID_1.2.0.tgz(r-4.5-arm64)
RcppUUID_1.2.0.tar.gz(r-4.6-arm64)RcppUUID_1.2.0.tar.gz(r-4.6-x86_64)RcppUUID_1.2.0.tar.gz(r-4.5-arm64)RcppUUID_1.2.0.tar.gz(r-4.5-x86_64)
RcppUUID_1.2.0.tgz(r-4.5-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:

Conda:

cpp

3.48 score 2 stars 1 scripts 143 downloads 5 exports 2 dependencies

Last updated from:8166e05e73. Checks:13 OK. Indexed: yes.

TargetResultTotal timeArtifact
linux-devel-arm64OK122
linux-devel-x86_64OK103
source / vignettesOK177
linux-release-arm64OK127
linux-release-x86_64OK128
macos-devel-arm64OK171
macos-devel-x86_64OK176
macos-release-arm64OK97
macos-release-x86_64OK159
windows-develOK116
windows-releaseOK123
windows-oldrelOK111
wasm-releaseOK111

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