[rkward-cvs] SF.net SVN: rkward:[4224] branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon Apr 30 15:32:49 UTC 2012
Revision: 4224
http://rkward.svn.sourceforge.net/rkward/?rev=4224&view=rev
Author: tfry
Date: 2012-04-30 15:32:48 +0000 (Mon, 30 Apr 2012)
Log Message:
-----------
Update R citations as requested
Modified Paths:
--------------
branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/background.tex
branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/conclusion_summary.tex
branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/sources.bib
branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/technical.tex
Modified: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/background.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/background.tex 2012-04-30 15:09:05 UTC (rev 4223)
+++ branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/background.tex 2012-04-30 15:32:48 UTC (rev 4224)
@@ -6,7 +6,7 @@
this project were to develop an \proglang{S}-like language without inheriting memory
and performance issues. The source code of \proglang{R} was finally released in 1995, and
since 1997 development has evolved under the umbrella of the \proglang{R}
-Development Core Team \citep{RDCT2001, RDCT2010, Ihaka_Gentlemen_1993}.
+Development Core Team \citep{RDCT2001, RMAIN, Ihaka_Gentlemen_1993}.
\proglang{R} does not include an advanced cross-platform graphical user interface (GUI) as known from other
statistical software packages. However, \proglang{R} includes tools for building GUIs
mainly based on \proglang{Tcl/Tk} \citep{Dalgaard2001, Dalgaard2002}. Meanwhile a
Modified: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/conclusion_summary.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/conclusion_summary.tex 2012-04-30 15:09:05 UTC (rev 4223)
+++ branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/conclusion_summary.tex 2012-04-30 15:32:48 UTC (rev 4224)
@@ -11,7 +11,7 @@
\item Provides full transparency about the \proglang{R} code that is used to carry out tasks.
\item Avoids introducing \pkg{RKWard}-specific \proglang{R} functions for central functionality (but uses some for output formatting).
\item Avoids hard dependencies on third-party \proglang{R} packages.
- \item Uses standard \proglang{R} formats \citep[see][]{RDCT2010c} for data storage, and open standards (HTML, PNG, SVG) for storage of output.
+ \item Uses standard \proglang{R} formats \citep[see][]{Rdataimexport} for data storage, and open standards (HTML, PNG, SVG) for storage of output.
\end{itemize}
Future versions of \pkg{RKWard} will continue to add value for both groups of users. Planned features include
Modified: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/sources.bib
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/sources.bib 2012-04-30 15:09:05 UTC (rev 4223)
+++ branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/sources.bib 2012-04-30 15:32:48 UTC (rev 4224)
@@ -15,42 +15,42 @@
url = {http://CRAN.R-project.org/doc/Rnews/Rnews_2001-1.pdf}
}
- at MANUAL{RDCT2010,
+ at Manual{RMAIN,
title = {\proglang{R}: A Language and Environment for Statistical Computing},
author = {{\proglang{R} Development Core Team}},
- organization = {\proglang{R} Foundation for Statistical Computing},
- address = {Vienna, Austria},
- year = {2010},
- note = {{ISBN} 3-900051-07-0},
- url = {http://www.R-project.org/}
-}
+ organization = {\proglang{R} Foundation for Statistical Computing},
+ address = {Vienna, Austria},
+ year = {2012},
+ note = {{ISBN} 3-900051-07-0},
+ url = {http://www.R-project.org/},
+}
- at MANUAL{RDCT2010a,
+ at MANUAL{Rexts,
title = {Writing \proglang{R} Extensions},
author = {{\proglang{R} Development Core Team}},
organization = {\proglang{R} Foundation for Statistical Computing},
address = {Vienna, Austria},
- year = {2010},
+ year = {2012},
note = {{ISBN} 3-900051-11-9},
- timestamp = {2010.10.15}
+ timestamp = {2012.03.30}
}
- at MANUAL{RDCT2010b,
+ at MANUAL{Rinternals,
title = {\proglang{R} Internals},
author = {{\proglang{R} Development Core Team}},
organization = {\proglang{R} Foundation for Statistical Computing},
address = {Vienna, Austria},
- year = {2010},
+ year = {2012},
note = {{ISBN} 3-900051-14-3},
- timestamp = {2010.10.15}
+ timestamp = {2012.03.30}
}
- at MANUAL{RDCT2010c,
+ at MANUAL{Rdataimexport,
title = {\proglang{R} Data {Import/Export}},
author = {{\proglang{R} Development Core Team}},
organization = {\proglang{R} Foundation for Statistical Computing},
address = {Vienna, Austria},
- year = {2010},
+ year = {2012},
note = {{ISBN} 3-900051-10-0},
url = {http://www.R-project.org/}
}
Modified: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/technical.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/technical.tex 2012-04-30 15:09:05 UTC (rev 4223)
+++ branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/technical.tex 2012-04-30 15:32:48 UTC (rev 4224)
@@ -121,7 +121,7 @@
One approach that is currently under consideration is to simply perform
a pointer comparison of the \code{SEXP} records of objects in global environment with
their copies in a hidden storage environment. Due to the implicit sharing of
-\code{SEXP} records \citep{RDCT2010a, RDCT2010b}, this should provide for a reliable
+\code{SEXP} records \citep{Rexts, Rinternals}, this should provide for a reliable
way to detect changes for most types of \proglang{R} objects, with comparatively low memory
and performance overhead. Special handling will be needed for environments and
active bindings.
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