[rkward-cvs] SF.net SVN: rkward:[3365] branches/jss_dec_10/FINAL_JSS_TEX
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Jan 20 13:05:47 UTC 2011
Revision: 3365
http://rkward.svn.sourceforge.net/rkward/?rev=3365&view=rev
Author: tfry
Date: 2011-01-20 13:05:47 +0000 (Thu, 20 Jan 2011)
Log Message:
-----------
Mark up SPSS, Stata, and also R in headings.
Modified Paths:
--------------
branches/jss_dec_10/FINAL_JSS_TEX/GUI_elements.tex
branches/jss_dec_10/FINAL_JSS_TEX/example_plugin.tex
branches/jss_dec_10/FINAL_JSS_TEX/revision_notes.txt
branches/jss_dec_10/FINAL_JSS_TEX/technical.tex
Modified: branches/jss_dec_10/FINAL_JSS_TEX/GUI_elements.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/GUI_elements.tex 2011-01-20 12:08:10 UTC (rev 3364)
+++ branches/jss_dec_10/FINAL_JSS_TEX/GUI_elements.tex 2011-01-20 13:05:47 UTC (rev 3365)
@@ -190,7 +190,7 @@
\code{file.edit()}, \code{file.show()}, or \code{fix()}
commands.
-\subsection{Using the R console}
+\subsection[Using the R console]{Using the \proglang{R} console}
\label{sec:using_R_console}
For users with knowledge of \proglang{R}, RKWard provides direct access to the
embedded \proglang{R} engine in the
@@ -310,8 +310,8 @@
the \proglang{R} console (Section~\ref{sec:using_R_console}).
}. Further examples are given in Section~\ref{sec:using_RKWard}.
-At the time of this writing, RKWard provides support for importing SPSS,
-Stata, and ``delimited text'' data. Internally, RKWard
+At the time of this writing, RKWard provides support for importing \proglang{SPSS},
+\proglang{Stata}, and ``delimited text'' data. Internally, RKWard
relies on standard \proglang{R} functions and the package \pkg{foreign}
\citep{Murdoch2002} for reading these data files. To import CSV data,
select ``File$\rightarrow$Import format$\rightarrow$Import Text$\rightarrow$CSV''
Modified: branches/jss_dec_10/FINAL_JSS_TEX/example_plugin.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/example_plugin.tex 2011-01-20 12:08:10 UTC (rev 3364)
+++ branches/jss_dec_10/FINAL_JSS_TEX/example_plugin.tex 2011-01-20 13:05:47 UTC (rev 3365)
@@ -111,7 +111,7 @@
\end{Code}
\end{footnotesize}
-\subsection{Generating R code from UI settings}
+\subsection[Generating R code from UI settings]{Generating \proglang{R} code from UI settings}
\label{sec:generating_r_code_from_ui_settings}
A simple \proglang{ECMAScript} script is used to generate \proglang{R} code from UI settings (using \code{echo()} commands)\footnote{
See Figure~\ref{fig:t_test}A) for code generated in this example.
Modified: branches/jss_dec_10/FINAL_JSS_TEX/revision_notes.txt
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/revision_notes.txt 2011-01-20 12:08:10 UTC (rev 3364)
+++ branches/jss_dec_10/FINAL_JSS_TEX/revision_notes.txt 2011-01-20 13:05:47 UTC (rev 3365)
@@ -64,7 +64,7 @@
\proglang macro:
----- We have used the \proglang macro on these items -----
-* R, S, ECMAScript, JavaScript, Java, C++, Tcl/Tk: We consider these clear cases.
+* R, S, ECMAScript, JavaScript, Java, C++, Tcl/Tk, SPSS, Stata: We consider these clear cases.
* Rgui.exe, Rgui.app: As the "official" R GUIs, we decided to treat these the same as
R, i.e. to use the \proglang macro.
* Qt: Not a programming language, but a (C++-based) programming library.
@@ -78,8 +78,8 @@
- Complete?
----- We have not used the \proglang macro on these items -----
-* PNG, JPEG: Binary file formats
-* TSV, CSV: Text based file formats. We did not consider these are "programmable"
+* PNG, JPEG: Binary file formats.
+* TSV, CSV: Text based file formats. We did not consider these as "programmable".
* SVG, ODF: These are XML-based, and arguably "programmable". However, we decided not
to use the \proglang macro, here, for consistency with the other file
storage formats.
@@ -93,7 +93,7 @@
intended usage of the macro.
* R Commander: For similar reasons, we marked up only the "R" in R Commander with the
\proglang macro (the corresponding package Rcmdr is marked up using the \pkg macro).
-* Red-R: Not marked as \proglang, for the same reason as RKWard.
+* Red-R: Not marked as \proglang, for the same reason as "RKWard".
-- TODO --
- Complete?
@@ -113,6 +113,8 @@
* XMLGUI
* KWord
* KPart
+* SPSS
+* Stata
Further, we refrained from expanding the names of R packages such as "JGR".
-- TODO --
- Complete?
Modified: branches/jss_dec_10/FINAL_JSS_TEX/technical.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/technical.tex 2011-01-20 12:08:10 UTC (rev 3364)
+++ branches/jss_dec_10/FINAL_JSS_TEX/technical.tex 2011-01-20 13:05:47 UTC (rev 3365)
@@ -329,7 +329,7 @@
too many of them.
\end{itemize}
-\subsubsection{Handling of R package dependencies}
+\subsubsection[Handling of R package dependencies]{Handling of \proglang{R} package dependencies}
\label{sec:technical_plugins_dependencies}
A wide range of plugins for diverse functionality is present in RKWard,
including plots (e.\,g., boxplot) or standard tests (e.\,g., Student's t-test)\footnote{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list