<div dir="ltr">Yay Dirk, lets finish this up and get it done. =)<div><br></div><div>I'm addressing referee#2 feedback on section 7 now. </div><div><br></div><div>Then I will probably look at section 8 because the best we can do to resolve the comment is add a few sentences of motivational text here and there.</div><div><br></div><div>Addressing feedback in section 6 requires code changes for the general R object to protobuf stuff and rexp.proto which I don't use because all my use cases are typed. Again I would try to get around it by writing more motivational text, talking about future work, rather than doing all that implementation work now.</div><div><br></div><div><div> - Murray</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 24, 2014 at 6:39 PM, <span dir="ltr"><<a href="mailto:noreply@r-forge.r-project.org" target="_blank">noreply@r-forge.r-project.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: edd<br>
Date: 2014-11-25 03:39:23 +0100 (Tue, 25 Nov 2014)<br>
New Revision: 907<br>
<br>
Modified:<br>
papers/jss/article.Rnw<br>
Log:<br>
three small edits<br>
<br>
<br>
Modified: papers/jss/article.Rnw<br>
===================================================================<br>
--- papers/jss/article.Rnw 2014-11-25 02:26:08 UTC (rev 906)<br>
+++ papers/jss/article.Rnw 2014-11-25 02:39:23 UTC (rev 907)<br>
@@ -230,7 +230,7 @@<br>
<br>
Protocol Buffers are a modern, language-neutral, platform-neutral,<br>
extensible mechanism for sharing and storing structured data. Some of<br>
-the key features provided by Protocol Buffers for data analysis include:<br>
+the key features provided by Protocol Buffers for data analysis are:<br>
<br>
\begin{itemize}<br>
\item \emph{Portable}: Enable users to send and receive data between<br>
@@ -385,7 +385,7 @@<br>
namespace.\footnote{Note that there is a significant performance<br>
overhead with this RObjectTable implementation. Because the table<br>
is on the search path and isn't cacheable, lookups of symbols that<br>
- are behind it in the search path can't be added to the global object<br>
+ are behind it in the search path cannot be added to the global object<br>
cache, and R must perform an expensive lookup through all of the<br>
attached environments and the protocol buffer definitions to find common<br>
symbols (most notably those in base) from the global environment.<br>
@@ -623,8 +623,7 @@<br>
<br>
Table~\ref{class-summary-table} lists the six primary Message and<br>
Descriptor classes in \pkg{RProtoBuf}.<br>
-Please see the package<br>
-documentation for a complete description of the slots and methods for<br>
+The package documentation provides a complete description of the slots and methods for<br>
each class.<br>
<br>
% [bp]<br>
<br>
_______________________________________________<br>
Rprotobuf-commits mailing list<br>
<a href="mailto:Rprotobuf-commits@lists.r-forge.r-project.org">Rprotobuf-commits@lists.r-forge.r-project.org</a><br>
<a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rprotobuf-commits" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rprotobuf-commits</a><br>
</blockquote></div><br></div>