Tools for Working with ...
conda install odsp-test::r-ellipsis
conda install odsp-test/label/abs::r-ellipsis
conda install odsp-test/label/abs-r2::r-ellipsis
conda install odsp-test/label/ptf_2019_q3::r-ellipsis
conda install odsp-test/label/q2_fail::r-ellipsis
conda install odsp-test/label/r-essentials::r-ellipsis
conda install odsp-test/label/test::r-ellipsis
In S3 generics, it's useful to take ... so that methods can have additional argument. But this flexibility comes at a cost: misspelled arguments will be silently ignored. The ellipsis packages is an experiment that allows a generic to warn if any arguments passed in ... are not used.