Package: dexid Title: Generate Memorable Identifiers Using Pokémon Names Version: 0.0.0.9000 Authors@R: person("David", "Schoch", , "david@schochastics.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2952-4812")) Description: Provides a simple way to generate human-friendly, memorable identifiers by combining adjectives with Pokémon names. Inspired by codename-style ID generators, this package uses the Pokédex to create unique and fun labels for objects, files, or projects. Useful for naming containers, tracking experiments, or adding a bit of flair to data pipelines. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 3.5) Imports: stringr URL: https://github.com/schochastics/dexid, https://schochastics.github.io/dexid/ BugReports: https://github.com/schochastics/dexid/issues Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev Repository: https://schochastics.r-universe.dev Date/Publication: 2025-07-29 08:24:43 UTC RemoteUrl: https://github.com/schochastics/dexid RemoteRef: HEAD RemoteSha: 564fca80f67e73127c33914307dad5928ea9cdc5 NeedsCompilation: no Packaged: 2026-06-08 07:44:22 UTC; root Author: David Schoch [aut, cre] (ORCID: ) Maintainer: David Schoch