Renaming the output file name won't work - all that will happen is that you make the results inaccessible that way. It has to be consistent with what it's called in the logFile which is the "catalog" for the results. Are you saying that noiseSummary() worked OK and printed to the screen, but not if you specified ?output ? If so, try specifying ?output "./noise.txt" - i.e. put "./" at the beginning to make it write to the current directory. It's possible that you have your SKILL path set (getSkillPath()) so that the working directory is not at the beginning, and so a path without a directory component may get written to another directory. To be honest, spending more time trying to figure this out without seeing any data is a waste of time, when using a version without the bug is much more straightforward. Regards, Andrew.
↧