Package: shortuuid 0.1.1

shortuuid: Generate and Translate Standard UUIDs
Generate and translate standard Universally Unique Identifiers (UUIDs) into shorter - or just different - formats and back. Also implements base58 encoders and decoders.
Authors:
shortuuid_0.1.1.tar.gz
shortuuid_0.1.1.zip(r-4.7)shortuuid_0.1.1.zip(r-4.6)shortuuid_0.1.1.zip(r-4.5)
shortuuid_0.1.1.tgz(r-4.6-x86_64)shortuuid_0.1.1.tgz(r-4.6-arm64)shortuuid_0.1.1.tgz(r-4.5-x86_64)shortuuid_0.1.1.tgz(r-4.5-arm64)
shortuuid_0.1.1.tar.gz(r-4.7-arm64)shortuuid_0.1.1.tar.gz(r-4.7-x86_64)shortuuid_0.1.1.tar.gz(r-4.6-arm64)shortuuid_0.1.1.tar.gz(r-4.6-x86_64)
shortuuid_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
shortuuid/json (API)
NEWS
| # Install 'shortuuid' in R: |
| install.packages('shortuuid', repos = c('https://schochastics.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/schochastics/shortuuid/issues
Last updated from:72639b9486. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 151 | ||
| linux-devel-x86_64 | OK | 113 | ||
| source / vignettes | OK | 159 | ||
| linux-release-arm64 | OK | 120 | ||
| linux-release-x86_64 | OK | 107 | ||
| macos-release-arm64 | OK | 79 | ||
| macos-release-x86_64 | OK | 273 | ||
| macos-oldrel-arm64 | OK | 90 | ||
| macos-oldrel-x86_64 | OK | 154 | ||
| windows-devel | OK | 85 | ||
| windows-release | OK | 93 | ||
| windows-oldrel | OK | 100 | ||
| wasm-release | OK | 93 |
Exports:base58_to_uuidbitcoin58_to_uuidflickr58_to_uuidgenerate_uuidis.base58is.uuiduuid_to_base58uuid_to_bitcoin58uuid_to_flickr58validate.uuid
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Convert base58 to uuid | base58_to_uuid |
| Convert base58 bitcoin encoded character vector to uuid | bitcoin58_to_uuid |
| Convert base58 flickr encoded character vector to uuid | flickr58_to_uuid |
| Generate a random RFC4122 v4-compliant UUID | generate_uuid |
| validate if character vector is base58 encoded | is.base58 |
| check if object is of class uuid | is.uuid |
| Convert uuid to base58 | uuid_to_base58 |
| Convert uuid to base58 encoding of bitcoin | uuid_to_bitcoin58 |
| Convert uuid to base58 encoding of flickr | uuid_to_flickr58 |
| validate if a string is a uuid | validate.uuid |
