I have an error for the package pillar

  • installing source package 'pillar' ...
    ** package 'pillar' successfully unpacked and MD5 sums checked
    ** R
    ** preparing package for lazy loading
    Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
    namespace 'rlang' 0.2.0 is being loaded, but >= 0.3.0.1 is required
    ERROR: lazy loading failed for package 'pillar'
  • removing 'C:/Users/vanix/Documents/R/win-library/3.3/pillar'
    Warning in install.packages :
    running command '"C:/PROGRA~1/R/R-33~1.3/bin/x64/R" CMD INSTALL -l "C:\Users\vanix\Documents\R\win-library\3.3" C:\Users\vanix\AppData\Local\Temp\Rtmpimyujd/downloaded_packages/pillar_1.3.1.tar.gz' had status 1
    Warning in install.packages :
    installation of package ‘pillar’ had non-zero exit status

From Troubleshooting Guide: Using RStudio

We'll need more information to help you out. Can you fill out the template you've pasted in above?

Okay i have changed the above

It looks like you need to update your version of the rlang package. Try doing this, and then installing pillar.

install.packages("rlang")
1 Like

Could you try updating rlang with

library(devtools)
devtools::install_github("r-lib/rlang")
1 Like

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.