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! ^^
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