[Rprotobuf-commits] r815 - papers/jss
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jan 22 03:46:50 CET 2014
Author: jeroenooms
Date: 2014-01-22 03:46:49 +0100 (Wed, 22 Jan 2014)
New Revision: 815
Modified:
papers/jss/article.Rnw
papers/jss/article.bib
Log:
Add reference to jsonlite
Modified: papers/jss/article.Rnw
===================================================================
--- papers/jss/article.Rnw 2014-01-22 02:40:34 UTC (rev 814)
+++ papers/jss/article.Rnw 2014-01-22 02:46:49 UTC (rev 815)
@@ -186,7 +186,7 @@
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 \citep{rjson,RJSONIO}.
+objects \citep{rjson,RJSONIO,jsonlite}.
A number of binary formats based on \texttt{JSON} have been proposed
that reduce the parsing cost and improve efficiency. \pkg{MessagePack}
Modified: papers/jss/article.bib
===================================================================
--- papers/jss/article.bib 2014-01-22 02:40:34 UTC (rev 814)
+++ papers/jss/article.bib 2014-01-22 02:46:49 UTC (rev 815)
@@ -84,6 +84,14 @@
url = {http://CRAN.R-project.org/package=rjson},
}
+ at Manual{jsonlite,
+ title = {jsonlite: A smarter JSON encoder/decoder for R},
+ author = {Jeroen Ooms},
+ year = 2014,
+ note = {R package version 0.9.4},
+ url = {http://github.com/jeroenooms/jsonlite#readme},
+}
+
@Manual{rmongodb,
title = {rmongodb: R-MongoDB driver},
author = {Gerald Lindsly},
More information about the Rprotobuf-commits
mailing list