When running install.packages("somepackage")
from terminal, the pop out gui to select a CRAN mirror can be inconvenient and somewhat unnecessary.
Is there a way to call install.packages("somepackage")
(from R in the terminal) so as to avoid having to select a mirror via the gui, but doesn't require naming a specific mirror address/mirror?