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:
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
Last updated from:8166e05e73. Checks:13 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-arm64 | OK | 122 | |
| linux-devel-x86_64 | OK | 103 | |
| source / vignettes | OK | 177 | |
| linux-release-arm64 | OK | 127 | |
| linux-release-x86_64 | OK | 128 | |
| macos-devel-arm64 | OK | 171 | |
| macos-devel-x86_64 | OK | 176 | |
| macos-release-arm64 | OK | 97 | |
| macos-release-x86_64 | OK | 159 | |
| windows-devel | OK | 116 | |
| windows-release | OK | 123 | |
| windows-oldrel | OK | 111 | |
| wasm-release | OK | 111 |
Exports:uuid_generate_nameuuid_generate_niluuid_generate_randomuuid_generate_timeuuid_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 |
| Generate UUIDs Version 7 | uuid_generate_time |
| Validate UUIDs | uuid_validate |
