[Rd] Running R scripts with interactive-style evaluation

2013-02-27 Thread Marc Aurel Kiefer
doch.dun...@gmail.com] Gesendet: Dienstag, 26. Februar 2013 14:06 An: Marc Aurel Kiefer Cc: r-devel@r-project.org Betreff: Re: [Rd] Running R scripts with interactive-style evaluation On 13-02-26 5:07 AM, Marc Aurel Kiefer wrote: > Hi, > > when running a R-script like this: > > enab

[Rd] Running R scripts with interactive-style evaluation

2013-02-26 Thread Marc Aurel Kiefer
Hi, when running a R-script like this: enable_magic() compute_stuff() disable_magic() the whole script is parsed into a single expression and then evaluated, whereas when using the interactive shell after each line entered, a REPL loop happens. Is there a way to make a script evaluation behave