search for: r59304

Displaying 2 results from an estimated 2 matches for "r59304".

Did you mean: 59304
2012 Jun 22
0
Ctrl-C at the Rterm prompt is remembered (unless pressing ENTER).
...reproduce this behavior on Windows 7 64-bit and 'Rterm.exe' with R v2.13.0 (2011-04-13), v2.15.0 Patched (2012-05-26 r59447), and Devel (2012-06-20 r59586). It occurs neither with 'R' on OSX and R v2.15.0 (2012-03-30) nor with 'R' on Linux and R v2.15.0 Patched (2012-05-01 r59304). In those cases, pressing Ctrl-C also advances the prompt (just as if Ctrl-C was followed by an ENTER). This is not the case with Rterm on Windows, where pressing Ctrl-C does not advance the prompt. However, pressing Ctrl-C and then ENTER, gives an empty line between the two prompts (just as if...
2012 Jun 04
1
Plotting with Rgraphviz
Hi All, After a lengthy battle just to get the package installed, I am not able to actually use Rgraphviz to generate any plots. I tried just using the sample code in the documentation (http://www2.warwick.ac.uk/fac/sci/moac/people/students/peter_cock/r/rgraphviz/) and I get the following: *> > library(Rgraphviz) > test.matrix<-matrix(rep(c(0,1,0,0), 9), ncol=6, nrow=6) >