Package: RcppUUID 1.1.1
RcppUUID: Generating Universally Unique Identificators
Provides functions to generating a vector of Universally Unique Identifiers (UUID). Used implementation from the Boost C++ library. Supported random (version 4) and name (version 5) UUIDs.
Authors:
RcppUUID_1.1.1.tar.gz
RcppUUID_1.1.1.zip(r-4.5)RcppUUID_1.1.1.zip(r-4.4)RcppUUID_1.1.1.zip(r-4.3)
RcppUUID_1.1.1.tgz(r-4.4-x86_64)RcppUUID_1.1.1.tgz(r-4.4-arm64)RcppUUID_1.1.1.tgz(r-4.3-x86_64)RcppUUID_1.1.1.tgz(r-4.3-arm64)
RcppUUID_1.1.1.tar.gz(r-4.5-noble)RcppUUID_1.1.1.tar.gz(r-4.4-noble)
RcppUUID_1.1.1.tgz(r-4.4-emscripten)RcppUUID_1.1.1.tgz(r-4.3-emscripten)
RcppUUID.pdf |RcppUUID.html✨
RcppUUID/json (API)
NEWS
# Install 'RcppUUID' in R: |
install.packages('RcppUUID', repos = c('https://artemklevtsov.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://gitlab.com/artemklevtsov/rcppuuid
Last updated 3 years agofrom:380ee10092. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-win-x86_64 | NOTE | Oct 30 2024 |
R-4.5-linux-x86_64 | NOTE | Oct 30 2024 |
R-4.4-win-x86_64 | NOTE | Oct 30 2024 |
R-4.4-mac-x86_64 | NOTE | Oct 30 2024 |
R-4.4-mac-aarch64 | NOTE | Oct 30 2024 |
R-4.3-win-x86_64 | NOTE | Oct 30 2024 |
R-4.3-mac-x86_64 | NOTE | Oct 30 2024 |
R-4.3-mac-aarch64 | NOTE | Oct 30 2024 |
Exports:uuid_generate_nameuuid_generate_niluuid_generate_randomuuid_validate
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Generating Universally Unique Identificators | RcppUUID-package RcppUUID |
Generate UUIDs Version 5 | uuid_generate_name |
Generates Nil UUIDs | uuid_generate_nil |
Generate UUIDs Version 4 | uuid_generate_random |
Validate UUIDs | uuid_validate |