Skip to content

Help! Weird behavioral difference between R interactive and command-line?

3 messages · Michael, R. Michael Weylandt, MacQueen, Don

#
On Thu, Sep 6, 2012 at 7:22 PM, Michael <comtech.usa at gmail.com> wrote:
I've given you my standard links about reproducibility before so I
won't repost them here (I'm also on someone else's computer after a
recent move), but does this even begin to look like a reproducible
example?

Michael Weylandt
3 days later
#
You will have to **show** what you did; it isn't sufficient to
**describe** what you did.


The problem could be that somewhere in your program there is something
that only works in an interactive session.

The problem could be that your "command-line" attempt is using a different
working directory than your interactive session.


You could insert some sort of print() statements in your program to try to
find out how far it runs before it halts, which might give you a clue as
to what the problem is.