Summary: | syntax error executing functions line by line | ||
---|---|---|---|
Product: | [Applications] rkward | Reporter: | RKWard Team <rkward-devel> |
Component: | general | Assignee: | RKWard Team <rkward-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
RKWard Team
2007-04-11 15:24:27 UTC
Logged In: YES user\_id=300591 Originator: NO Yes, a problem with newlines. Those would be omitted in the command that actually gets run. Therefore, what gets actually sent to R in the example is: test <- function\(\) \{ x <- rnorm\(100\) return\(x\) \} which indeed is a syntax error. Fixed in the development version. Too bad, 0.4.7 is already released with the bug. - **assigned_to**: nobody --> tfry - **status**: open --> closed-fixed |