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.5)proceduralnames_0.2.2.9000.zip(r-4.4)proceduralnames_0.2.2.9000.zip(r-4.3)
proceduralnames_0.2.2.9000.tgz(r-4.4-any)proceduralnames_0.2.2.9000.tgz(r-4.3-any)
proceduralnames_0.2.2.9000.tar.gz(r-4.5-noble)proceduralnames_0.2.2.9000.tar.gz(r-4.4-noble)
proceduralnames_0.2.2.9000.tgz(r-4.4-emscripten)proceduralnames_0.2.2.9000.tgz(r-4.3-emscripten)
proceduralnames.pdf |proceduralnames.html✨
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
- 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 2 years agofrom:b4557f8b42. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 20 2024 |
R-4.5-win | OK | Nov 20 2024 |
R-4.5-linux | OK | Nov 20 2024 |
R-4.4-win | OK | Nov 20 2024 |
R-4.4-mac | OK | Nov 20 2024 |
R-4.3-win | OK | Nov 20 2024 |
R-4.3-mac | OK | Nov 20 2024 |
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 |