[rkward-tracker] [ rkward-Bugs-1698597 ] syntax error executing functions line by line

SourceForge.net noreply at sourceforge.net
Wed Apr 11 16:24:27 UTC 2007


Bugs item #1698597, was opened at 2007-04-11 18:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=459007&aid=1698597&group_id=50231

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: michel (b00l)
Assigned to: Nobody/Anonymous (nobody)
Summary: syntax error executing functions line by line

Initial Comment:
Using the "execute-current-line"-button, R throws a syntax error for all functions spanning more than 3 lines. Maybe a problem parsing newlines?

Examples: 

working:
test <- function() {
  return(rnorm(100))
}


syntax-error:
test <- function() {
  x <- rnorm(100)
  return(x)
}

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=459007&aid=1698597&group_id=50231




More information about the rkward-tracker mailing list