2020-01-19

Actualizar R usando RStudio

Problema

Queremos actualizar R usando RStudio.

Solución

  1. Instalamos el paquete installr
  2. install.packages("installr")
    
  3. Ejecutamos el siguiente código.
  4. library(installr)
    updateR()
    
  5. Primero comprobará si tenemos la última versión. Después diferentes ventanas de diálogo nos guiarán a lo largo del proceso de instalación, ofreciéndonos la opción de copiar los paquetes a la nueva ubicación.
  6. Finalmente tendremos que seleccionar esta última versión instalada en Tools > Global Options > General > R version.

Updating R using RStudio

Problem

We want to update R using RStudio.

Solution

  1. We install the package installr
  2. install.packages("installr")
    
  3. We run the following code:
  4. library(installr)
    updateR()
    
  5. First, it will check if you have the latest version. You will be prompted with multiple dialog boxes guiding you through the process. It will download the installer and you will have the option to copy the packages to the new location.
  6. Finally, you can select the latest R version in Tools > Global Options > General > R version.
Nube de datos