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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to