Instalando Tidyverse

Estoy tratando de instalar tidyverse y me resulta esto? Ayuda por favor, soy estudiante y es primera vez que utilizo este programa.

Ya probe esto y nada: install.package(c("callr","lifecycle","hms","reprex", dependencies=TRUE))

  • installing source package 'callr' ...
    ** package 'callr' successfully unpacked and MD5 sums checked
    ** R
    ** inst
    ** preparing package for lazy loading
    Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
    namespace 'processx' 3.3.0 is being loaded, but >= 3.4.0 is required
    ERROR: lazy loading failed for package 'callr'
  • removing 'C:/Users/Julio Rosales/Documents/R/win-library/3.4/callr'
    In R CMD INSTALL
    Warning in install.packages :
    running command '"C:/PROGRA~1/R/R-34~1.4/bin/i386/R" CMD INSTALL -l "C:\Users\Julio Rosales\Documents\R\win-library\3.4" C:\Users\JULIOR~1\AppData\Local\Temp\RtmpSyqY5S/downloaded_packages/callr_3.4.2.tar.gz' had status 1
    Warning in install.packages :
    installation of package ‘callr’ had non-zero exit status
  • installing source package 'lifecycle' ...
    ** package 'lifecycle' successfully unpacked and MD5 sums checked
    ** R
    ** inst
    ** preparing package for lazy loading
    Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
    namespace 'rlang' 0.3.4 is being loaded, but >= 0.4.0 is required
    ERROR: lazy loading failed for package 'lifecycle'
  • removing 'C:/Users/Julio Rosales/Documents/R/win-library/3.4/lifecycle'
    In R CMD INSTALL
    Warning in install.packages :
    running command '"C:/PROGRA~1/R/R-34~1.4/bin/i386/R" CMD INSTALL -l "C:\Users\Julio Rosales\Documents\R\win-library\3.4" C:\Users\JULIOR~1\AppData\Local\Temp\RtmpSyqY5S/downloaded_packages/lifecycle_0.1.0.tar.gz' had status 1
    Warning in install.packages :
    installation of package ‘lifecycle’ had non-zero exit status
  • installing source package 'hms' ...
    ** package 'hms' successfully unpacked and MD5 sums checked
    ** R
    ** preparing package for lazy loading
    Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
    namespace 'vctrs' 0.1.0 is being loaded, but >= 0.2.1 is required
    ERROR: lazy loading failed for package 'hms'
  • removing 'C:/Users/Julio Rosales/Documents/R/win-library/3.4/hms'
    In R CMD INSTALL
    Warning in install.packages :
    running command '"C:/PROGRA~1/R/R-34~1.4/bin/i386/R" CMD INSTALL -l "C:\Users\Julio Rosales\Documents\R\win-library\3.4" C:\Users\JULIOR~1\AppData\Local\Temp\RtmpSyqY5S/downloaded_packages/hms_0.5.3.tar.gz' had status 1
    Warning in install.packages :
    installation of package ‘hms’ had non-zero exit status
    ERROR: dependency 'callr' is not available for package 'pkgbuild'
  • removing 'C:/Users/Julio Rosales/Documents/R/win-library/3.4/pkgbuild'
    In R CMD INSTALL
    Warning in install.packages :
    running command '"C:/PROGRA~1/R/R-34~1.4/bin/i386/R" CMD INSTALL -l "C:\Users\Julio Rosales\Documents\R\win-library\3.4" C:\Users\JULIOR~1\AppData\Local\Temp\RtmpSyqY5S/downloaded_packages/pkgbuild_1.0.6.tar.gz' had status 1
    Warning in install.packages :
    installation of package ‘pkgbuild’ had non-zero exit status
    ERROR: dependency 'callr' is not available for package 'reprex'
  • removing 'C:/Users/Julio Rosales/Documents/R/win-library/3.4/reprex'
    In R CMD INSTALL
    Warning in install.packages :
    running command '"C:/PROGRA~1/R/R-34~1.4/bin/i386/R" CMD INSTALL -l "C:\Users\Julio Rosales\Documents\R\win-library\3.4" C:\Users\JULIOR~1\AppData\Local\Temp\RtmpSyqY5S/downloaded_packages/reprex_0.3.0.tar.gz' had status 1
    Warning in install.packages :
    installation of package ‘reprex’ had non-zero exit status
    ERROR: dependencies 'dplyr', 'hms', 'reprex' are not available for package 'tidyverse'
  • removing 'C:/Users/Julio Rosales/Documents/R/win-library/3.4/tidyverse'
    In R CMD INSTALL
    Warning in install.packages :
    running command '"C:/PROGRA~1/R/R-34~1.4/bin/i386/R" CMD INSTALL -l "C:\Users\Julio Rosales\Documents\R\win-library\3.4" C:\Users\JULIOR~1\AppData\Local\Temp\RtmpSyqY5S/downloaded_packages/tidyverse_1.3.0.tar.gz' had status 1
    Warning in install.packages :
    installation of package ‘tidyverse’ had non-zero exit status

Puedes escribir en inglés? Yo por lo menos no tengo un voculario técnico en español, pero podríamos tratar y ver como nos va: Que clase de máquina estás usando?

You have a lot of outdated packages and the installation process is complaining about those, you need to update them first but very likely you are going to run into more installation issues since you are using a fairly old R version so I recommend you to first, update R (current version 3.6.2) and then update your packages following these instructions.

https://cran.r-project.org/bin/windows/base/rw-FAQ.html#What_0027s-the-best-way-to-upgrade_003f


Tienes muchos paquetes desactualizados y el proceso de instalación se está quejando de eso , debes actualizarlos primero, pero es muy probable que tengas más problemas de instalación ya que estás utilizando una versión R bastante antigua, por lo que te recomiendo que primero, actualices R (versión actual 3.6.2) y luego actualices tus paquetes siguiendo estas instrucciones.

Tambien, por favor trata de escribir en ingles, es el idioma preferido aquí y al usar español estas excluyendo a la mayoria de la conversación, reduciendo tus probabilidades de obtener ayuda.

1 Like

Tks, its all ok. I only updated de version.

I am working... God bless you.

Tks for your support.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.