[Rprotobuf-commits] r801 - papers/jss

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 21 04:18:25 CET 2014


Author: murray
Date: 2014-01-21 04:18:23 +0100 (Tue, 21 Jan 2014)
New Revision: 801

Modified:
   papers/jss/article.Rnw
   papers/jss/article.bib
Log:
Add citations for rjson and RJSONIO in the JSON section to make this
comparable to the other formats described in the introduction which
include citations to R packages.



Modified: papers/jss/article.Rnw
===================================================================
--- papers/jss/article.Rnw	2014-01-21 03:09:22 UTC (rev 800)
+++ papers/jss/article.Rnw	2014-01-21 03:18:23 UTC (rev 801)
@@ -179,7 +179,8 @@
 booleans and null. However, as it too is a text-based format, numbers are
 stored as human-readable decimal notation which is inefficient and
 leads to loss of type (double versus integer) and precision. Several R packages
-implement functions to parse and generate \texttt{JSON} data from R objects.
+implement functions to parse and generate \texttt{JSON} data from R
+objects \citep{rjson,RJSONIO}.
 
 A number of binary formats based on \texttt{JSON} have been proposed
 that reduce the parsing cost and improve efficiency.  \pkg{MessagePack}
@@ -190,10 +191,6 @@
 versioning when data storage needs evolve over time, or when
 application logic and requirement changes dictate updates to the
 message format.
-
-%and \texttt{MessagePack} which both add binary support. However, these
-%derivatives are not compatible with existing JSON software, and have not seen
-%wide adoption.
  
 %\paragraph*{Enter Protocol Buffers:}
 In 2008, and following several years of internal use, Google released an open

Modified: papers/jss/article.bib
===================================================================
--- papers/jss/article.bib	2014-01-21 03:09:22 UTC (rev 800)
+++ papers/jss/article.bib	2014-01-21 03:18:23 UTC (rev 801)
@@ -37,6 +37,20 @@
 volume = "19",
 year = "2013"
 }
+ at Manual{RJSONIO,
+  title = {RJSONIO: Serialize R objects to JSON, JavaScript Object Notation},
+  author = {Duncan Temple Lang},
+  year = {2011},
+  note = {R package version 0.96-0},
+  url = {http://CRAN.R-project.org/package=RJSONIO},
+}
+ at Manual{rjson,
+  title = {rjson: JSON for R},
+  author = {Alex Couture-Beil},
+  year = {2012},
+  note = {R package version 0.2.10},
+  url = {http://CRAN.R-project.org/package=rjson},
+}
 @Manual{rmongodb,
   title={rmongodb: R-MongoDB driver},
   author={Gerald Lindsly},



More information about the Rprotobuf-commits mailing list