Java Mailing List Archive

http://www.r-help.com/

Home » Home (12/2007) » R Help for Statistical Computing »

[R] bug in chdir option of source

usenet

2005-07-12

Replies:

I'm on R 2.1.0.

In the "source" function there is a bug preventing the proper use of the
chdir option (which simply doesn't work).

The problem is that in the function the following line occurs:
file <- file(file, "r", encoding = encoding)

This overwrites the variable "file" and later causes the check
  if (chdir && is.character(file) && (path <- dirname(file)) !=
    ".")
to fail.

I have some generic files which are not yet a package that I regularly
want to source into many other files. How do people handle situations like
this right now?

Thanks, Stefan

______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
©2008 r-help.com - Jax Systems, LLC, U.S.A.