R 安装问题(“延迟加载失败”)

R 安装问题(“延迟加载失败”),r,apache-spark,rstudio-server,sparklyr,R,Apache Spark,Rstudio Server,Sparklyr,在Linux服务器上安装Sparkyr时遇到了一些问题,使用的代码与昨天之前一直正常工作的代码相同。我已经尝试过各种DBI、jsonlite和dplyr组合的安装/卸载 到目前为止,一切似乎都很顺利: * installing *source* package ‘sparklyr’ ... ** package ‘sparklyr’ successfully unpacked and MD5 sums checked ** R ** inst ** preparing package for l

在Linux服务器上安装Sparkyr时遇到了一些问题,使用的代码与昨天之前一直正常工作的代码相同。我已经尝试过各种DBI、jsonlite和dplyr组合的安装/卸载

到目前为止,一切似乎都很顺利:

* installing *source* package ‘sparklyr’ ...
** package ‘sparklyr’ successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
Note: the specification for S3 class “AsIs” in package ‘jsonlite’ seems equivalent to one from package ‘DBI’: not turning on duplicate class definitions for this class.
Error in conformMethod(signature, mnames, fnames, f, fdef, definition) :
in method for ‘sqlParseVariables’ with signature ‘conn="spark_connection"’: formal arguments (conn = "spark_connection", sql = "spark_connection", ... = "spark_connection") omitted in the method definition cannot be in the signature
Error : unable to load R code in package ‘sparklyr’
ERROR: lazy loading failed for package ‘sparklyr’

不确定这是否与有关,但加载早期版本似乎也没有帮助。有什么想法吗?

这个问题现在已在以下网站上解决:

[…]已将版本为0.5.3的Sparkyr修补程序提交并接受给 如今,在CRAN中完全复制可能需要一天的时间,但是 对于大多数用户,重试应该可以解决此问题。这是由于 突破DBI0.6的变化


编辑2017-03-10:可以确认新修补程序正在工作。

此问题现已在以下网站上解决:

[…]已将版本为0.5.3的Sparkyr修补程序提交并接受给 如今,在CRAN中完全复制可能需要一天的时间,但是 对于大多数用户,重试应该可以解决此问题。这是由于 突破DBI0.6的变化

编辑2017-03-10:可以确认新补丁正在运行