[Rd] Rgui open script file selection filter wish

2007-05-15 Thread Jonathan Swinton
When using the File/Open Script.. dialogue on Windows, the list of filters offered is R files (*.R) S files (*.q,*.ssc,*.S) All files (*.*) I wish that an additional filter be offered as Sweave files (*.Rnw,*.Snw) I find that the Rgui script editor is adequate for most of my R development

[Rd] Problem building R from source on Windows

2007-06-01 Thread Jonathan Swinton
I have a problem when building R from source on Windows XP. When I get to 3.1.3 of the Installation and Administration manual and try make all recommended from R_HOME it fails with make: *** No rule to make target `all'. Stop. I am pretty sure there is an obvious and well documented thing I

[Rd] Additional file filter for Windows text editor Open/Save dialogues.

2007-10-16 Thread Jonathan Swinton
I propose the following very simple patch to src\gnuwin32\editor.c. Its purpose is to allow vignette files, specifically .Snw and .Rnw suffixes, to be an available filter in the Open and Save dialogues of the R GUI text editor. I have successfully built and tested this against R 2.5.0, and foun

[Rd] data.matrix returns mode logical for zero rows (PR#8496)

2006-01-17 Thread jonathan . swinton
Full_Name: Jonathan Swinton Version: 2.2.1 OS: Windows Submission from: (NULL) (193.132.159.169) #The first line of description for data.matrix says that it will # 'Return the matrix obtained by converting all the variables in a #data frame to numeric mode and then binding