3
While trying to install R Rsqlite package on Windows 10 I get the following error message.
make: *** [C:/R/R-3.6.1/etc/x64/Makeconf:215: DbDataFrame.o] Error 1
ERROR: compilation failed for package 'RSQLite'
* removing 'C:/R/R-3.6.1/library/RSQLite'
Warning in install.packages :
installation of package ‘RSQLite’ had non-zero exit status
Does anyone know how to solve this problem?
Has the Rtools installed? On Windows you need to install this set of tools, which are standard tools on Unix/linux.
– Rui Barradas