homerhanumat/Rdym2: A "did you mean?" utilitiy for R.

Most search engines have a "did you mean?" feature, where suggestions are given in the presence of likely typos. The Rdym package somewhat replicates this functionality with ancient spellchecker techniques. When R detects that a function or object listed in the user's input is not found, the package finds the minimum Levenshtein distance between the "unfound" token and all symbols in the user's global environment plus all loaded namespaces. The word with minimum Levenshtein distance (in the event of ties, the first such detected) is then suggested as an alternative to the missing symbol.

Getting started

Package details

MaintainerDrew Schmidt <wrathematics@gmail.com>
LicenseBSD 2-clause License + file LICENSE
Version0.3.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("homerhanumat/Rdym2")
homerhanumat/Rdym2 documentation built on May 17, 2019, 4:50 p.m.