Error installing R Rsqlite package in Windows10

Asked

Viewed 60 times

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?

  • 1

    Has the Rtools installed? On Windows you need to install this set of tools, which are standard tools on Unix/linux.

1 answer

-2

Try to install this package with the following command:

install.packages("ggplot2", dependencies=TRUE)

Source

  • Dear friend, I installed ggplot2 without problems. This package (ggplot2) does not need compiler already Rsqlite needs. So I already researched the problem must be related to the compiler gcc. What do you think? After installing the ggplot2 package, I tried again to install Rsqlite and returned the same error.

  • You’re right I traveled on the question, I didn’t see that it had nothing to do with ggplot, sorry. You’re installing by the binaries ?

  • Dear Andrey, I really solved the issue with the help of the Data Science Academy support team. As commented in his reply, I downloaded the binary file to my machine and installed it by it. All right! Thank you very much!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.