Skip to content
Prev 75907 / 398502 Next

using paste and "\" to create a valid filename

Thanks Uwe for the forward slash suggestion, that worked.  I believe
something has changed inside the RODBC package, because I ran the
following code this morning to update my packages:

x <- packageStatus(repositories="http://cran.r-project.org/src/contrib")
st <- x$avai["Status"]
install.packages(rownames(st)[which(st$Status=="not installed")])

I don't know if RODBC was updated and I am not even sure how to find
out, but my old code works on my machine I didn't update and doesn't
work on the machine I did update.  I am not confident enough to file a
bug report, but I know something has changed.  I will use the forward
slash as a workaround for now.

Thanks again to everyone,  Roger
On 8/19/05, Uwe Ligges <ligges at statistik.uni-dortmund.de> wrote: