Problems installing pillar so I can't use ggplot2 (SOLVED)

Hello everyone.
Whenever I try to install Pillar I get the same issue:
"The screen cannot be set to the number of lines and columns specified.
find: '/I': No such file or directory
find: '/N': No such file or directory
find: 'SoundModule.exe': No such file or directory
find: '/I': No such file or directory
find: '/N': No such file or directory
find: 'explorer.exe': No such file or directory
Warning in install.packages :
installation of package ‘pillar’ had non-zero exit status"

This happens when I install using devtools as well.

Thank you for any help ^^

Update: Solved!
I suggest if anyone is running into any problems similar to mine to just directly install a package from a zip file using this line:
install.packages('pathway for file to be installed', repos = NULL, type = "win.binary")
Worked like a dream! ^^

Can you post the complete message? I suspect you are omitting some important parts.

Here it is:
There is a binary version available but the source version is
later:
binary source needs_compilation
pillar 1.4.4 1.4.6 FALSE

installing the source package ‘pillar’

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

The screen cannot be set to the number of lines and columns specified.
find: '/I': No such file or directory
find: '/N': No such file or directory
find: 'SoundModule.exe': No such file or directory
find: '/I': No such file or directory
find: '/N': No such file or directory
find: 'explorer.exe': No such file or directory
Warning in install.packages :
installation of package ‘pillar’ had non-zero exit status

It then opens my file explorer.

Thank you

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