I recently updated my R on my EC2/Redhat 7 to R 4.0.2 (from R 3.6.0) so I have to reinstall packages, an I am having trouble installing odbc.
When I try to run the normal install.packages("odbc"), I get the following error:
nanodbc/nanodbc.cpp:40:19: fatal error: codecvt: No such file or directory
#include <codecvt>
^
compilation terminated.
make: *** [nanodbc.o] Error 1
ERROR: compilation failed for package ‘odbc’
Does anyone know how I can fix this issue?