Package: verbaliseR 0.1
verbaliseR: Make your Text Mighty Fine
Turn R analysis outputs into full sentences, by writing vectors into in-sentence lists, pluralising words conditionally, spelling out numbers if they are at the start of sentences, writing out dates in full following US or UK style, and managing capitalisations in tidy data.
Authors:
verbaliseR_0.1.tar.gz
verbaliseR_0.1.zip(r-4.5)verbaliseR_0.1.zip(r-4.4)verbaliseR_0.1.zip(r-4.3)
verbaliseR_0.1.tgz(r-4.4-any)verbaliseR_0.1.tgz(r-4.3-any)
verbaliseR_0.1.tar.gz(r-4.5-noble)verbaliseR_0.1.tar.gz(r-4.4-noble)
verbaliseR_0.1.tgz(r-4.4-emscripten)verbaliseR_0.1.tgz(r-4.3-emscripten)
verbaliseR.pdf |verbaliseR.html✨
verbaliseR/json (API)
# Install 'verbaliseR' in R: |
install.packages('verbaliseR', repos = c('https://cararthompson.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cararthompson/verbaliser/issues
Last updated 2 years agofrom:c5deb5d109. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-win | OK | Nov 22 2024 |
R-4.5-linux | OK | Nov 22 2024 |
R-4.4-win | OK | Nov 22 2024 |
R-4.4-mac | OK | Nov 22 2024 |
R-4.3-win | OK | Nov 22 2024 |
R-4.3-mac | OK | Nov 22 2024 |
Exports:listifynum_to_textpluraliseprettify_daterestore_capitals
Dependencies:cligluelifecyclemagrittrrlangstringistringrvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Turn vectors into lists with any specified linking word | listify |
Spell out numbers if they are smaller than ten | num_to_text |
Pluralise words if their accompanying number is not 1 | pluralise |
Render ordinal dates in UK or US style | prettify_date |
Restore sustom capitalisation in a string | restore_capitals |