Sumukh Sathnur
2011-Dec-06 19:05 UTC
[Rd] Unable to collate and parse R files with R CMD check
Hi all, I'm trying to build a package on Windows 7 (64 bit) and although R cmd build worked fine and I got pkg.tar.gz with no errors, but when I tried doing R CMD check everything turns out ok except for the warning: "checking whether package 'pkg' can be installed ... ERROR. Installation failed." It then refers me to the error file "00install.out" which reads as follows: * installing *source* package 'pkg' ... ** R Error in parse(outFile) : 94:0: unexpected end of input 92: 93: dat ^ ERROR: unable to collate and parse R files for package 'pkg' * removing 'C:/PROGRA~1/R/R-214~1.0/bin/x64/PKG~1.RCH/pkg' I have no idea what this means and I was not able to find any similar errors online. Any help would be appreciated. Thanks in advance, Sumukh [[alternative HTML version deleted]]
Uwe Ligges
2011-Dec-07 08:45 UTC
[Rd] Unable to collate and parse R files with R CMD check
On 06.12.2011 20:05, Sumukh Sathnur wrote:> Hi all, > > I'm trying to build a package on Windows 7 (64 bit) and although R cmd > build worked fine and I got pkg.tar.gz with no errors, but when I tried > doing R CMD check everything turns out ok except for the warning: > > "checking whether package 'pkg' can be installed ... ERROR. > Installation failed." > > It then refers me to the error file "00install.out" which reads as follows: > > * installing *source* package 'pkg' ... > ** R > Error in parse(outFile) : 94:0: unexpected end of input > 92: > 93: datOh, it means R cannot even parse the code. So try to source() each file in your ./R directory separately. You will find that at least one won't work. Uwe Ligges> ^ > ERROR: unable to collate and parse R files for package 'pkg' > * removing 'C:/PROGRA~1/R/R-214~1.0/bin/x64/PKG~1.RCH/pkg' > > > I have no idea what this means and I was not able to find any similar > errors online. Any help would be appreciated. > > Thanks in advance, > Sumukh > > [[alternative HTML version deleted]] > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel