[TxMt] R bundle not refreshing plot(s)
Berend Hasselman
bhh at xs4all.nl
Fri Sep 2 19:23:41 UTC 2011
I am running the following R code in TextMate
sessionInfo()
x <- 1:20
y <- 2*x+runif(length(x), min=-2, max=2)
mean(y)
plot(x,y)
on Mac OS X 10.6.8 with R2.13.1 in TextMate 1.5.10 (1631) and the R.tmbundle.
The plot is not being refreshed every time I run the file with Command R (leaving the html window open).
When I close the output html window before doing Command R the plot does refresh.
Ideas? Fixes?
Berend Hasselman
More information about the textmate
mailing list