[Rprotobuf-commits] r353 - papers/user2010
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jul 23 15:10:46 CEST 2010
Author: edd
Date: 2010-07-23 15:10:46 +0200 (Fri, 23 Jul 2010)
New Revision: 353
Modified:
papers/user2010/slides.Rnw
Log:
the final version from yesterday
Modified: papers/user2010/slides.Rnw
===================================================================
--- papers/user2010/slides.Rnw 2010-07-22 18:59:42 UTC (rev 352)
+++ papers/user2010/slides.Rnw 2010-07-23 13:10:46 UTC (rev 353)
@@ -504,7 +504,8 @@
% <FOOT>
\begin{footnotesize}
<<eval=FALSE>>=
-compiled <- function(verbose=FALSE, file="trades.pb") {
+compiled <- function(verbose=FALSE,
+ file="trades.pb") {
stopifnot(file.exists(file))
@@ -607,7 +608,7 @@
(almost) auto-generated yet very efficient (\proglang{C++}-based) access
from \proglang{R}.
\item Second Goal: Add networking capabilities, maybe via \proglang{R}'s
- built-in http server, or maybe by hijacking the connections interface.
+ built-in http server.
\end{itemize}
\end{frame}
\end{document}
More information about the Rprotobuf-commits
mailing list