[Rprotobuf-commits] r759 - papers/jss
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 12 23:46:25 CET 2014
Author: jeroenooms
Date: 2014-01-12 23:46:25 +0100 (Sun, 12 Jan 2014)
New Revision: 759
Modified:
papers/jss/article.Rnw
Log:
tiny changes
Modified: papers/jss/article.Rnw
===================================================================
--- papers/jss/article.Rnw 2014-01-12 22:31:58 UTC (rev 758)
+++ papers/jss/article.Rnw 2014-01-12 22:46:25 UTC (rev 759)
@@ -635,7 +635,7 @@
which provide a more concise way of wrapping C++ functions and classes
in a single entity.
-The \texttt{RProtoBuf} package combines a dispatch mechanism
+The \texttt{RProtoBuf} package combines a functional dispatch mechanism
of the form \verb|method(object, arguments)| (common to R) and the more
traditional object oriented notation \verb|object$method(arguments)|.
Additionally, \texttt{RProtoBuf} implements the \texttt{.DollarNames} S3 generic function
@@ -1033,7 +1033,7 @@
that we simply can not store R logical vectors that include all three
possible values as booleans. The library will refuse to store
\texttt{NA}s in protocol buffer boolean fields, and users must instead
-choose another type (such as integers) capable of storing three
+choose another type (such as enum or integer) capable of storing three
distinct values.
<<echo=FALSE,print=FALSE>>=
More information about the Rprotobuf-commits
mailing list