我尝试安装teradatasql,如下所示:https://github.com/Teradata/r-driver#Installation
但是,它会立即抛出这个错误:
install.packages('teradatasql',repos=c('https://teradata-download.s3.amazonaws.com','https://cloud.r-project.org'))
Installing package into ‘/home/ckiefer/RProjects/cki_new_db_interface/packrat/lib/x86_64-pc-linux-gnu/4.0.2’
(as ‘lib’ is unspecified)
Warning: unable to access index for repository https://teradata-download.s3.amazonaws.com/src/contrib:
Line starting '<?xml version="1.0" ...' is malformed!
Warning message:
package ‘teradatasql’ is not available (for R version 4.0.2)那么,它不能安装在这个版本的R上,尽管它说软件包需要64位R 3.4.3或更高版本?
任何帮助都是非常感谢的。
克里斯托弗·布尔
发布于 2020-09-22 05:50:38
是的,teradatasql安装应该可以在R 4.0.2上正常工作。我刚刚用R4.0.2 for Windows成功地测试了它。
Google找到了以下与您的错误消息相关的主题:
https://stackoverflow.com/questions/63988885
复制相似问题