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.5)DYM_0.2.zip(r-4.4)DYM_0.2.zip(r-4.3)
DYM_0.2.tgz(r-4.4-any)DYM_0.2.tgz(r-4.3-any)
DYM_0.2.tar.gz(r-4.5-noble)DYM_0.2.tar.gz(r-4.4-noble)
DYM_0.2.tgz(r-4.4-emscripten)DYM_0.2.tgz(r-4.3-emscripten)
DYM.pdf |DYM.html✨
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 9 years agofrom:59399d5869. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 19 2024 |
R-4.5-win | OK | Nov 19 2024 |
R-4.5-linux | OK | Nov 19 2024 |
R-4.4-win | NOTE | Nov 19 2024 |
R-4.4-mac | NOTE | Nov 19 2024 |
R-4.3-win | NOTE | Nov 19 2024 |
R-4.3-mac | NOTE | Nov 19 2024 |
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 |