This package browser is in early development. Mind the rough edges.

r-ellipsis

Tools for working with additional arguments

In S3 generics, it's useful to take ... so that methods can have additional arguments. But this flexibility comes at a cost: misspelled arguments will be silently ignored. The ellipsis package is an experiment that allows a generic to warn if any arguments passed in ... are not used.

Installation

Install the latest version of r-ellipsis as follows:

guix install r-ellipsis

Or install a particular version:

guix install r-ellipsis@0.3.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.