source() fails in same directory as script: cannot find file [FIXED]
On Fri, 26 Oct 2018, Ista Zahn wrote:
No, the script is _not_ there. Compare your code:
source('input-summarize.R')
to the contents of the directory:
input-summerize.R
The moral of the story is, use tab-completion or copy/paste.
Ista, Thanks for catching the typo that I kept misssing. I mis-named the script and didn't see that on the emacs buffer frame. Best regards, Rich