Package: ellipsis 0.3.2.9000
ellipsis: Tools for Working with ...
The ellipsis is a powerful tool for extending functions. Unfortunately this power comes at a cost: misspelled arguments will be silently ignored. The ellipsis package provides a collection of functions to catch problems and alert the user.
Authors:
ellipsis_0.3.2.9000.tar.gz
ellipsis_0.3.2.9000.zip(r-4.5)ellipsis_0.3.2.9000.zip(r-4.4)ellipsis_0.3.2.9000.zip(r-4.3)
ellipsis_0.3.2.9000.tgz(r-4.4-x86_64)ellipsis_0.3.2.9000.tgz(r-4.4-arm64)ellipsis_0.3.2.9000.tgz(r-4.3-x86_64)ellipsis_0.3.2.9000.tgz(r-4.3-arm64)
ellipsis_0.3.2.9000.tar.gz(r-4.5-noble)ellipsis_0.3.2.9000.tar.gz(r-4.4-noble)
ellipsis_0.3.2.9000.tgz(r-4.4-emscripten)ellipsis_0.3.2.9000.tgz(r-4.3-emscripten)
ellipsis.pdf |ellipsis.html✨
ellipsis/json (API)
NEWS
# Install 'ellipsis' in R: |
install.packages('ellipsis', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/ellipsis/issues
Last updated 4 years agofrom:55fe5b8615. Checks:OK: 8 NOTE: 1. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 04 2024 |
R-4.5-win-x86_64 | NOTE | Nov 04 2024 |
R-4.5-linux-x86_64 | OK | Nov 04 2024 |
R-4.4-win-x86_64 | OK | Nov 04 2024 |
R-4.4-mac-x86_64 | OK | Nov 04 2024 |
R-4.4-mac-aarch64 | OK | Nov 04 2024 |
R-4.3-win-x86_64 | OK | Nov 04 2024 |
R-4.3-mac-x86_64 | OK | Nov 04 2024 |
R-4.3-mac-aarch64 | OK | Nov 04 2024 |
Exports:check_dots_emptycheck_dots_unnamedcheck_dots_usedsafe_median
Dependencies:rlang
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Check that dots are unused | check_dots_empty |
Check that all dots are unnamed | check_dots_unnamed |
Check that all dots have been used | check_dots_used |
Safe version of median | safe_median safe_median.numeric |