[R] Error in unzip(zipfile = file.path(lib, pkg, "output", "R2HTMLstuff.zip"), ....

yjmha69 yjmha69 at yahoo.com
Thu May 20 18:46:41 CEST 2010


Hi there,

I've a very simple R code:

library(foreign)
library(R2HTML)
a<-read.xport("D:\\Inetpub\\wwwroot\\Rscript\\class.xpt")
HTML(a,"D:\\Inetpub\\wwwroot\\Rscript\\class.html")

When I run it interactive or in batch, I get the class.html file. Everything looks fine. But once it is used in my ASP.NET code,

I got this:

Error in unzip(zipfile = file.path(lib, pkg, "output", "R2HTMLstuff.zip"), : 'destination' does not exist Error : .onLoad failed in 'loadNamespace' for 'R2HTML' Error: package/namespace load failed for 'R2HTML' Execution halted 

Any idea why?

Thanks

YJM



More information about the R-help mailing list