(2) Experimente
sudo apt-get --no-install-recommends install r-base-core
O Ubuntu por padrão instala não apenas o Depende , mas também os pacotes Recomendados .
(1) Se você estiver interessado na árvore de resolução de pacotes, faça algo como
apt-get --dry-run -o Debug::pkgDepCache::AutoInstall=yes install r-base-core
Exemplo de saída
$ apt-get --dry-run -o Debug::pkgDepCache::AutoInstall=yes install r-base-core
NOTE: This is only a simulation!
apt-get needs root privileges for real execution.
Keep also in mind that locking is deactivated,
so don't depend on the relevance to the real current situation!
Reading package lists... Done
Building dependency tree
Reading state information... Done
Installing libblas3gf as Depends of r-base-core
Installing libgfortran3 as Depends of libblas3gf
Installing liblapack3gf as Depends of r-base-core
Installing tcl8.5 as Depends of r-base-core
Installing tk8.5 as Depends of r-base-core
Installing r-recommended as Recommends of r-base-core
Installing r-cran-boot as Depends of r-recommended
Installing r-cran-cluster as Depends of r-recommended
Installing r-cran-foreign as Depends of r-recommended
Installing r-cran-kernsmooth as Depends of r-recommended
Installing r-cran-mass as Depends of r-cran-kernsmooth
# etc...