Pierce, Ken <ken.pierce <at> oregonstate.edu> writes: > > Does anyone know of any issues with nesting source() calls within > multiple scripts? I have at least one script which always finds errors > when I source it but runs fine when run on its own. It containd source() > calls to other scripts and it seems to fail during the first nested > source() command. > This could happen when the last line in one of the files has no linefeed appended. But probably better take Andy's advice.
Dieter ______________________________________________ [email protected] 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.
