[Rqda-commits] r15 - / pkg/R www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 4 13:48:34 CET 2008
Author: wincent
Date: 2008-11-04 13:48:34 +0100 (Tue, 04 Nov 2008)
New Revision: 15
Added:
tags/
Modified:
pkg/R/root_gui.R
www/index.html
Log:
beta version of RQDA.
Modified: pkg/R/root_gui.R
===================================================================
--- pkg/R/root_gui.R 2008-11-03 10:13:27 UTC (rev 14)
+++ pkg/R/root_gui.R 2008-11-04 12:48:34 UTC (rev 15)
@@ -167,7 +167,7 @@
tryCatch(dispose(h$action$env$.filememo),error=function(e) {})
## Close the open file memo first, then open a new one
## .filememo is the container of .fmemocontent,widget for the content of memo
- assign(".filememo",gwindow(title=paste("Memo",selectedFN,sep=":"), parent=c(270,10),width=400,height=400),env=h$action$env)
+ assign(".filememo",gwindow(title=paste("File Memo",selectedFN,sep=":"), parent=c(270,10),width=400,height=400),env=h$action$env)
.filememo <- get(".filememo",h$action$env)
.filememo2 <- gpanedgroup(horizontal = FALSE, con=.filememo)
## use .filememo2, so can add a save button to it.
Modified: www/index.html
===================================================================
--- www/index.html 2008-11-03 10:13:27 UTC (rev 14)
+++ www/index.html 2008-11-04 12:48:34 UTC (rev 15)
@@ -78,11 +78,11 @@
under Linux and FreeBSD). Then, you can see the prompt “>”,
which indicates that R is ready for further commands.
-<li>Install relevant packages by R command: <I><B>install.packages(c(“DBI”,”RSQLite”,”RGtk2”,”gWidgets”,"gWidgetsRGtk2"))</B></I>
+<li>Install relevant packages by R command: <I><B>install.packages(c("DBI","RSQLite","RGtk2","gWidgets","gWidgetsRGtk2"))</B></I>
<li>Install RQDA package: For Linux/BSD, use command:
<B><I>install.packages("RQDA",repos="http://R-Forge.R-project.org")</B></I>.
-For Windows, manually download the <A HREF="http://rqda.r-forge.r-project.org/RQDA_0.1.3.zip">package of RQDA(0.1.3)</A>,
+For Windows, manually download the package of <A HREF="http://rqda.r-forge.r-project.org/RQDA_0.1.3.zip">RQDA(0.1.3)</A>,
then install it by clicking the menu: “Packages”
– “Install package(s) from local zip files... ”.
More information about the Rqda-commits
mailing list