以下 R 代码行以斜体显示错误。这似乎是一个 rpubchem 错误,除非我在做一些愚蠢的事情:
require(rpubchem);
get.aid.by.cid(614467, type="raw")
输出:
***Warning messages:
1: In readLines(icon, n = 100) :
seek on a gzfile connection returned an internal error
2: In readLines(icon, n = 100) :
seek on a gzfile connection returned an internal error
3: In file.remove(iname) :
cannot remove file 'C:\Users\bkoch\AppData\Local\Temp\RtmpSs77GM\abycbdc276782.gz', reason 'Permission denied'***
有人知道这里发生了什么吗?