Package: ellipsis 0.3.3.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.3.9000.tar.gz
ellipsis_0.3.3.9000.zip(r-4.7)ellipsis_0.3.3.9000.zip(r-4.6)ellipsis_0.3.3.9000.zip(r-4.5)
ellipsis_0.3.3.9000.tgz(r-4.6-any)ellipsis_0.3.3.9000.tgz(r-4.5-any)
ellipsis_0.3.3.9000.tar.gz(r-4.7-any)ellipsis_0.3.3.9000.tar.gz(r-4.6-any)
ellipsis_0.3.3.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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
Pkgdown/docs site:https://ellipsis.r-lib.org
Last updated from:a8e073ce0d. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 103 | ||
| source / vignettes | OK | 175 | ||
| linux-release-x86_64 | OK | 107 | ||
| macos-release-arm64 | OK | 97 | ||
| macos-oldrel-arm64 | OK | 79 | ||
| windows-devel | OK | 79 | ||
| windows-release | OK | 79 | ||
| windows-oldrel | OK | 122 | ||
| wasm-release | OK | 83 |
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 |
