[ESS] Browser and NL when evaluating code block

Vitalie Spinu spinuvit at gmail.com
Thu Oct 4 21:49:42 CEST 2012


  >> Cássio M. M. Pereira <cassiomartini at gmail.com>
  >> on Thu, 4 Oct 2012 15:56:48 -0300 wrote:

  > If I run R and source("test.R"), execution stops at the browser() line
  > and b is not assigned.

You are confusing C-c C-b with source(). It is not the same. This
function sends a portion of the buffer to subprocess, like C-c C-c and
other ess-eval-* function do.

Use C-c C-l to load the whole file with source.

    Vitalie



More information about the ESS-help mailing list