You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 4
minor 1.2
year 2021
month 11
day 01
svn rev 81115
language R
version.string R version 4.1.2 (2021-11-01)
nickname Bird Hippie
Platform ubuntu.
gcc -I"/usr/share/R/include" -DNDEBUG -O3 -fopenmp -fpic -c inst.c -o inst.o
inst.c:2:10: fatal error: cli/progress.h: No such file or directory
2 | #include <cli/progress.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
make: *** [/usr/lib/R/etc/Makeconf:168: inst.o] Error 1
ERROR: compilation failed for package ‘cli’
The downloaded source packages are in
‘/tmp/Rtmpkx7SmG/downloaded_packages’
Warning message:
In install.packages("cli") :
installation of package ‘cli’ had non-zero exit status
The text was updated successfully, but these errors were encountered:
Most likely you overwrite PKG_CFLAGS in your ~/.Makevars file. If you want to add extra compilation flags use PKG_CFLAGS += ... instead of PKG_CFLAGS = ....
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 4
minor 1.2
year 2021
month 11
day 01
svn rev 81115
language R
version.string R version 4.1.2 (2021-11-01)
nickname Bird Hippie
Platform ubuntu.
gcc -I"/usr/share/R/include" -DNDEBUG -O3 -fopenmp -fpic -c inst.c -o inst.o
inst.c:2:10: fatal error: cli/progress.h: No such file or directory
2 | #include <cli/progress.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
make: *** [/usr/lib/R/etc/Makeconf:168: inst.o] Error 1
ERROR: compilation failed for package ‘cli’
The downloaded source packages are in
‘/tmp/Rtmpkx7SmG/downloaded_packages’
Warning message:
In install.packages("cli") :
installation of package ‘cli’ had non-zero exit status
The text was updated successfully, but these errors were encountered: