更新sqldf后在R中获取警告消息

LaT*_*Fan 6 r sqldf

我刚刚更新了所有R套餐,包括sqldf今天.然后我不断收到如下警告信息:

Warning message:
Quoted identifiers should have class SQL, use DBI::SQL() if the caller performs the quoting. 
Run Code Online (Sandbox Code Playgroud)

这里有什么问题?这个警告严重吗?怎么解决?

更新:

更新sqldf及其相关包后会发生这种情况.我使用的命令是sqldf("select * from something order by something")