Hello. I'm new to R and am having some difficulty installing pillar (needed for dplyr). While I have most packages I need, I can't get pillar to load.
I'm not sure if this is the issue, but I have attempted to install a later version of rlang to no avail.
namespace 'rlang' 0.3.4 is being loaded, but >= 0.4.0 is required
Below is the full script / error message for context.
Any ideas what I can do / where I'm going wrong?
> install.packages("dplyr")
Installing package into ‘C:/Users/TO670023/OneDrive/Documents/R/win-library/3.4’
(as ‘lib’ is unspecified)
also installing the dependencies ‘ellipsis’, ‘pillar’, ‘glue’, ‘lifecycle’, ‘rlang’, ‘tibble’, ‘tidyselect’, ‘vctrs’
There are binary versions available but the source versions are later:
binary source needs_compilation
ellipsis 0.1.0 0.3.1 TRUE
pillar 1.3.1 1.4.6 FALSE
glue 1.3.1 1.4.1 TRUE
rlang 0.3.4 0.4.7 TRUE
tibble 2.1.1 3.0.3 TRUE
tidyselect 0.2.5 1.1.0 TRUE
vctrs 0.1.0 0.3.2 TRUE
dplyr 0.8.0.1 1.0.1 TRUE
Binaries will be installed
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/ellipsis_0.1.0.zip'
Content type 'application/zip' length 30847 bytes (30 KB)
downloaded 30 KB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/glue_1.3.1.zip'
Content type 'application/zip' length 172415 bytes (168 KB)
downloaded 168 KB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/rlang_0.3.4.zip'
Content type 'application/zip' length 1080437 bytes (1.0 MB)
downloaded 1.0 MB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/tibble_2.1.1.zip'
Content type 'application/zip' length 238931 bytes (233 KB)
downloaded 233 KB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/tidyselect_0.2.5.zip'
Content type 'application/zip' length 625710 bytes (611 KB)
downloaded 611 KB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/vctrs_0.1.0.zip'
Content type 'application/zip' length 499748 bytes (488 KB)
downloaded 488 KB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/dplyr_0.8.0.1.zip'
Content type 'application/zip' length 3029353 bytes (2.9 MB)
downloaded 2.9 MB
package ‘ellipsis’ successfully unpacked and MD5 sums checked
package ‘glue’ successfully unpacked and MD5 sums checked
package ‘rlang’ successfully unpacked and MD5 sums checked
package ‘tibble’ successfully unpacked and MD5 sums checked
package ‘tidyselect’ successfully unpacked and MD5 sums checked
package ‘vctrs’ successfully unpacked and MD5 sums checked
package ‘dplyr’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\TO670023\AppData\Local\Temp\Rtmpu03EMs\downloaded_packages
installing the source packages ‘pillar’, ‘lifecycle’
trying URL 'https://cran.rstudio.com/src/contrib/pillar_1.4.6.tar.gz'
Content type 'application/x-gzip' length 113884 bytes (111 KB)
downloaded 111 KB
trying URL 'https://cran.rstudio.com/src/contrib/lifecycle_0.2.0.tar.gz'
Content type 'application/x-gzip' length 164455 bytes (160 KB)
downloaded 160 KB
* installing *source* package 'lifecycle' ...
** package 'lifecycle' successfully unpacked and MD5 sums checked
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT'
** 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/TO670023/OneDrive/Documents/R/win-library/3.4/lifecycle'
Warning in install.packages :
running command '"C:/PROGRA~1/R/R-34~1.2/bin/x64/R" CMD INSTALL -l "C:\Users\TO670023\OneDrive\Documents\R\win-library\3.4" C:\Users\TO670023\AppData\Local\Temp\Rtmpu03EMs/downloaded_packages/lifecycle_0.2.0.tar.gz' had status 1
Warning in install.packages :
installation of package ‘lifecycle’ had non-zero exit status
ERROR: dependency 'lifecycle' is not available for package 'pillar'
* removing 'C:/Users/TO670023/OneDrive/Documents/R/win-library/3.4/pillar'
Warning in install.packages :
running command '"C:/PROGRA~1/R/R-34~1.2/bin/x64/R" CMD INSTALL -l "C:\Users\TO670023\OneDrive\Documents\R\win-library\3.4" C:\Users\TO670023\AppData\Local\Temp\Rtmpu03EMs/downloaded_packages/pillar_1.4.6.tar.gz' had status 1
Warning in install.packages :
installation of package ‘pillar’ had non-zero exit status
The downloaded source packages are in
‘C:\Users\TO670023\AppData\Local\Temp\Rtmpu03EMs\downloaded_packages’