Package: humaniformat 0.6.0

Oliver Keyes

humaniformat: A Parser for Human Names

Human names are complicated and nonstandard things. Humaniformat, which is based on Anthony Ettinger's 'humanparser' project <https://github.com/chovy/humanparser> provides functions for parsing human names, making a best-guess attempt to distinguish sub-components such as prefixes, suffixes, middle names and salutations.

Authors:Oliver Keyes [aut, cre]

humaniformat_0.6.0.tar.gz
humaniformat_0.6.0.zip(r-4.7)humaniformat_0.6.0.zip(r-4.6)humaniformat_0.6.0.zip(r-4.5)
humaniformat_0.6.0.tgz(r-4.6-x86_64)humaniformat_0.6.0.tgz(r-4.6-arm64)humaniformat_0.6.0.tgz(r-4.5-x86_64)humaniformat_0.6.0.tgz(r-4.5-arm64)
humaniformat_0.6.0.tar.gz(r-4.7-arm64)humaniformat_0.6.0.tar.gz(r-4.7-x86_64)humaniformat_0.6.0.tar.gz(r-4.6-arm64)humaniformat_0.6.0.tar.gz(r-4.6-x86_64)
humaniformat_0.6.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
humaniformat/json (API)
NEWS

# Install 'humaniformat' in R:
install.packages('humaniformat', repos = c('https://ironholds.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/ironholds/humaniformat/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

namesparsercpp

7.81 score 55 stars 11 packages 53 scripts 1.3k downloads 13 exports 1 dependencies

Last updated from:41efc9a30c. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK126
linux-devel-x86_64OK130
source / vignettesOK177
linux-release-arm64OK117
linux-release-x86_64OK117
macos-release-arm64OK101
macos-release-x86_64OK244
macos-oldrel-arm64OK81
macos-oldrel-x86_64OK204
windows-develOK101
windows-releaseOK92
windows-oldrelOK116
wasm-releaseOK109

Exports:first_namefirst_name<-format_periodformat_reverselast_namelast_name<-middle_namemiddle_name<-parse_namessalutationsalutation<-suffixsuffix<-

Dependencies:Rcpp

Introduction to humaniformat

Rendered fromIntroduction.Rmdusingknitr::rmarkdownon May 17 2026.

Last update: 2016-04-22
Started: 2015-08-26

Readme and manuals

Help Manual

Help pageTopics
Get or set a name's first namefirst_name first_name<-
Reformat Period-Separated Namesformat_period
Reformat Reversed Namesformat_reverse
A Parser for Human Nameshumaniformat-package humaniformat
Get or set a name's last namelast_name last_name<-
Get or set a name's middle namemiddle_name middle_name<-
Parse Human Namesparse_names
Get or set a name's saltationsalutation salutation<-
Get or set a name's suffixsuffix suffix<-