The following lines of R code produces the errors in italics. It would seem to be a rpubchem error, unless I'm doing something stupid:
require(rpubchem);
get.aid.by.cid(614467, type="raw")
Output:
***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'***
Anyone know what is going on here?