Package: RcppUUID 1.1.2
RcppUUID: Generating Universally Unique Identificators
Using the implementation in Boost C++ library, functions are provided to generate vectors of 'Universally Unique Identifiers (UUID)' from R supporting random (version 4) and name (version 5) 'UUIDs'. The initial repository was <https://gitlab.com/artemklevtsov/rcppuuid>.
Authors:
RcppUUID_1.1.2.tar.gz
RcppUUID_1.1.2.zip(r-4.5)RcppUUID_1.1.2.zip(r-4.4)RcppUUID_1.1.2.zip(r-4.3)
RcppUUID_1.1.2.tgz(r-4.5-x86_64)RcppUUID_1.1.2.tgz(r-4.5-arm64)RcppUUID_1.1.2.tgz(r-4.4-x86_64)RcppUUID_1.1.2.tgz(r-4.4-arm64)RcppUUID_1.1.2.tgz(r-4.3-x86_64)RcppUUID_1.1.2.tgz(r-4.3-arm64)
RcppUUID_1.1.2.tar.gz(r-4.5-noble)RcppUUID_1.1.2.tar.gz(r-4.4-noble)
RcppUUID_1.1.2.tgz(r-4.4-emscripten)RcppUUID_1.1.2.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
Last updated 1 hours agofrom:91990344a0. Checks:11 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 03 2025 |
R-4.5-win-x86_64 | OK | Feb 03 2025 |
R-4.5-mac-x86_64 | OK | Feb 03 2025 |
R-4.5-mac-aarch64 | OK | Feb 03 2025 |
R-4.5-linux-x86_64 | OK | Feb 03 2025 |
R-4.4-win-x86_64 | OK | Feb 03 2025 |
R-4.4-mac-x86_64 | OK | Feb 03 2025 |
R-4.4-mac-aarch64 | OK | Feb 03 2025 |
R-4.3-win-x86_64 | OK | Feb 03 2025 |
R-4.3-mac-x86_64 | OK | Feb 03 2025 |
R-4.3-mac-aarch64 | OK | Feb 03 2025 |
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 |