Package: ellipsis Version: 0.3.3.9000 Title: Tools for Working with ... Description: 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@R: c( person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")), person("RStudio", role = "cph") ) License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 URL: https://ellipsis.r-lib.org, https://github.com/r-lib/ellipsis BugReports: https://github.com/r-lib/ellipsis/issues Depends: R (>= 3.2) Imports: rlang (>= 1.1.7) Suggests: covr, testthat Repository: https://r-lib.r-universe.dev Date/Publication: 2026-04-07 08:11:05 UTC RemoteUrl: https://github.com/r-lib/ellipsis RemoteRef: HEAD RemoteSha: a8e073ce0dabf6457c7f8ba694544073d7bee463 NeedsCompilation: no Packaged: 2026-06-19 09:22:26 UTC; root Author: Hadley Wickham [aut, cre], RStudio [cph] Maintainer: Hadley Wickham