I get this for `r-lib/rcmdcheck`: ``` Error in utils::install.packages(pkgs = pkgs, lib = lib, repos = myrepos, : formal argument "Ncpus" matched by multiple actual arguments ``` Maybe we could just remove the `threads` argument, it seems that `...` is passed down, anyway?