(R) Error when trying to load the SQLDF package
问题 I have been having some trouble running the following code: install.packages("sqldf",dep=TRUE) library(sqldf) install.packages("RSQLite",dep=TRUE) library(RSQLite) After running this, my intention is to use the sqldf function to run some queries, but I've gotten stuck on an error I'm not sure how to solve and I've had trouble finding any other answers on Stack Overflow that could be helpful. The following is the error I receive after running the first line: Loading required package: RSQLite