Package: DYM 0.2
DYM: Did You Mean?
Add a "Did You Mean" feature to the R interactive. With this package, error messages for misspelled input of variable names or package names suggest what you really want to do in addition to notification of the mistake.
Authors:
DYM_0.2.tar.gz
DYM_0.2.zip(r-4.7)DYM_0.2.zip(r-4.6)DYM_0.2.zip(r-4.5)
DYM_0.2.tgz(r-4.6-any)DYM_0.2.tgz(r-4.5-any)
DYM_0.2.tar.gz(r-4.7-any)DYM_0.2.tar.gz(r-4.6-any)
DYM_0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
DYM/json (API)
| # Install 'DYM' in R: |
| install.packages('DYM', repos = c('https://kos59125.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kos59125/dym/issues
Last updated from:59399d5869. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 91 | ||
| source / vignettes | OK | 133 | ||
| linux-release-x86_64 | OK | 107 | ||
| macos-release-arm64 | OK | 149 | ||
| macos-oldrel-arm64 | OK | 126 | ||
| windows-devel | OK | 71 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 57 | ||
| wasm-release | OK | 89 |
Exports:DYM
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| DYM | DYM-package DYM |
| Looks for approximate matches to 'x' (the first argument) within 'name' (the second) argument. | findSimilarName |
| Finds the misspelled object. | getMissingVariable |
| Retrieves available symbols in the specified environment. | getNames |
| Checks if the given 'name' is valid as a variable name for R. | isVariableName |
