Package: RcppUUID 1.2.0

RcppUUID: Generating Universally Unique Identificators

Image for: 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.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.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.4-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.18 score 1 stars 1 scripts 236 downloads 5 exports 2 dependencies

Last updated 4 months agofrom:8166e05e73. Checks:13 OK. Indexed: yes.

TargetResultTotal time
source / vignettesOK175
linux-devel-x86_64OK114
linux-devel-arm64OK137
linux-release-x86_64OK118
linux-release-arm64OK126
macos-release-x86_64OK163
macos-release-arm64OK81
macos-oldrel-x86_64OK134
macos-oldrel-arm64OK70
windows-develOK171
windows-releaseOK164
windows-oldrelOK148
wasm-releaseOK136

Exports:uuid_generate_nameuuid_generate_niluuid_generate_randomuuid_generate_timeuuid_validate

Dependencies:BHRcpp

Readme and manuals

Image for: 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