Runes
๐งโโ๏ธ แฑแขแพแแ in your R Documents!
Install / Use
/learn @tallguyjenks/RunesREADME
<!-- badges: start --> <!-- badges: end -->Have you ever wanted Runes in your R Documents? Of course you did! so here's a package that gives you that functionality.
runes is a package to convert English A-Z characters to Runes. There is a LaTeX package to do this with RMarkdown, but why not make it easier and more intuitive to get the runes you need when you need them? runes("any string or vector here") works as you'd expect.
I did not find a package in R that does this so i made it myself, so if you work with old Germanic runes for linguistic purposes or just really like runes like me, hopefully this will be a package you will get some use out of.
What Does It Look Like?

Dependencies
- <u>None:</u> Relies only on base functions.
Installation
# CRAN version:
install.packages("runes")
# OR for the development version:
remotes::install_github("tallguyjenks/runes")
Usage
library(runes)
runes("hello world!")
#> [1] "แปแแแแ แนแแฑแแ!"
If you want a complete translation table of unicode sequence --> English Transcription --> Rune Character you can call the runes_table() function that returns a data.frame of these items so you can use this for reference or input them into a document using the DT, kable, etc packages.
runescan work with the pipe%>%to take a single string output as a piped input- You can feed
runesa string to format the output for any other function such as a consolecli::cli_h1(runes("This is a level 1 heading in runes")) - Let me know some of the uses YOU have made with it!
How to Contribute
- Read <a target="_blank" href="./CONTRIBUTING.md">CONTRIBUTING</a>
- Clone repository and create a new branch.
- Make changes and test
- Submit Pull Request with comprehensive description of changes
Acknowledgements
Donations
This is free, open-source software. If you'd like to support the development of future projects, or say thanks for this one, you can donate to me through paypal
<!-- Buy me a coffee --><a href="https://www.buymeacoffee.com/tallguyjenks" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
License
MIT
Related Skills
node-connect
339.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
