Package: proceduralnames 0.2.2.9000

proceduralnames: Several Methods for Procedural Name Generation
A small, dependency-free way to generate random names. Methods provided include the adjective-surname approach of Docker containers ('<https://github.com/moby/moby/blob/master/pkg/namesgenerator/names-generator.go>'), and combinations of common English or Spanish words.
Authors:
proceduralnames_0.2.2.9000.tar.gz
proceduralnames_0.2.2.9000.zip(r-4.7)proceduralnames_0.2.2.9000.zip(r-4.6)proceduralnames_0.2.2.9000.zip(r-4.5)
proceduralnames_0.2.2.9000.tgz(r-4.6-any)proceduralnames_0.2.2.9000.tgz(r-4.5-any)
proceduralnames_0.2.2.9000.tar.gz(r-4.7-any)proceduralnames_0.2.2.9000.tar.gz(r-4.6-any)
proceduralnames_0.2.2.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
proceduralnames/json (API)
NEWS
| # Install 'proceduralnames' in R: |
| install.packages('proceduralnames', repos = c('https://mikemahoney218.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mikemahoney218/proceduralnames/issues
Pkgdown/docs site:https://mikemahoney218.github.io
- common_words - 999 of the most common words in the English language
- docker_adjectives - Adjectives used in the procedural naming of Docker containers.
- docker_names - Surnames used in the procedural naming of Docker containers.
- spanish_words - 820 of the most common words in the Spanish language
Last updated from:b4557f8b42. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 154 | ||
| linux-release-x86_64 | OK | 109 | ||
| macos-release-arm64 | OK | 173 | ||
| macos-oldrel-arm64 | OK | 132 | ||
| windows-devel | OK | 86 | ||
| windows-release | OK | 70 | ||
| windows-oldrel | OK | 71 | ||
| wasm-release | OK | 86 |
Exports:make_docker_namesmake_english_namesmake_spanish_names
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| 999 of the most common words in the English language | common_words |
| Adjectives used in the procedural naming of Docker containers. | docker_adjectives |
| Surnames used in the procedural naming of Docker containers. | docker_names |
| Generates a random name from the list of Docker adjectives and surnames. | make_docker_names |
| Generates a random name from a list of common English words. | make_english_names |
| Create procedural names. | make_names |
| Generates a random name from a list of common Spanish words. | make_spanish_names |
| 820 of the most common words in the Spanish language | spanish_words |
