Full_Name: Jeff Hallman
Version: 2.4.0
OS: Linux
Submission from: (NULL) (132.200.32.34)


When the R Internals manual was added to the list of manuals in tkStartGUI,
whoever did it left an extra comma in the code.  This creates an ugly warning
when tkStartGUI is invoked.  Here is a patch file to fix it:

--- src/library/tcltk/R/tkGUI.R.orig    2006-11-21 15:15:52.000000000 -0500
+++ src/library/tcltk/R/tkGUI.R 2006-11-21 15:16:40.000000000 -0500
@@ -93,7 +93,7 @@
        "R-data",    "R Data Import/Export",
        "R-exts",    "Writing R extensions",
        "R-lang",    "R Language Reference",
-       "refman",    "R Reference Manual",
+       "refman",    "R Reference Manual"
     ), ncol=2, byrow=TRUE)
 
     helpPDFMenu <- tkmenu(helpMenu)

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to