Whenever installing pillar, finding a problem and not able to import Excel data.
using latest version of RStudio 1.1.5033
install.packages("pillar")
Installing package into ‘C:/Users/RAJESH SINGH/Documents/R/win-library/3.4’
(as ‘lib’ is unspecified)
also installing the dependencies ‘ellipsis’, ‘rlang’, ‘cli’, ‘vctrs’
There are binary versions available but the source versions are later:
binary source needs_compilation
ellipsis 0.1.0 0.3.0 TRUE
rlang 0.3.4 0.4.4 TRUE
cli 1.1.0 2.0.1 FALSE
vctrs 0.1.0 0.2.2 TRUE
pillar 1.3.1 1.4.3 FALSE
Do you want to install from sources the packages which need compilation?
y/n: y
library(pillar)
Error in library(pillar) : there is no package called ‘p
Pls help....