The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Randelves

This is a simple R package that allows generating unique random names of elves. This is especially useful if you want to anonymize names in a politically correct manner.

You can install it from CRAN:

Rinstall.packages("randelves")

You can then use the package in R like this:

R> randelves::random_elves(10) [1] "Tatharaethus" "Caelellondeth" "Thasel" "Evselelis" [5] "Rure" "Lamemar Nyvara" "Jarnaerail" "lyn'Dhodreron" [9] "Eilreen" "Lalianas"

You can also require short names:

R> randelves::random_elves(10, short = TRUE) [1] "Aeltil" "Nuvanna" "Eirtae" "Sylthi" "Baelatril" "Gilemar" [7] "Afla" "Zyuath" "Afafel" "Sehin"

Under the hood, this uses the algorithm proposed in https://www.angelfire.com/rpg2/vortexshadow/names.html.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.