[Rprotobuf-commits] r856 - papers/jss

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jan 27 01:01:40 CET 2014


Author: edd
Date: 2014-01-27 01:01:40 +0100 (Mon, 27 Jan 2014)
New Revision: 856

Modified:
   papers/jss/article.Rnw
   papers/jss/article.bib
Log:
add nlme citation as we have to cite software anyway


Modified: papers/jss/article.Rnw
===================================================================
--- papers/jss/article.Rnw	2014-01-26 22:29:03 UTC (rev 855)
+++ papers/jss/article.Rnw	2014-01-27 00:01:40 UTC (rev 856)
@@ -21,7 +21,7 @@
 \RequirePackage{alltt}
 \DefineVerbatimEnvironment{example}{Verbatim}{}
 % Articles with many authors we should shorten to FirstAuthor, et al.
-\shortcites{sciencecloud,janus,dremel}
+\shortcites{sciencecloud,janus,dremel,nlme}
 \author{Dirk Eddelbuettel\\Debian Project \And 
         Murray Stokely\\Google, Inc \And
         Jeroen Ooms\\UCLA}
@@ -1120,7 +1120,7 @@
 without loss of information (\Sexpr{format(100*m/n,digits=1)}\%). Upon closer
 inspection, all other data sets are objects of class \texttt{nfnGroupedData}.
 This class represents a special type of data frame that has some additional 
-attributes (such as a \emph{formula} object) used by the \pkg{nlme} package.
+attributes (such as a \emph{formula} object) used by the \pkg{nlme} package \citep{nlme}.
 Because formulas are \proglang{R} \emph{language} objects, they have little meaning to
 other systems, and are not supported by the \texttt{rexp.proto} descriptor.
 When \texttt{serialize\_pb} is used on objects of this class, it will serialize

Modified: papers/jss/article.bib
===================================================================
--- papers/jss/article.bib	2014-01-26 22:29:03 UTC (rev 855)
+++ papers/jss/article.bib	2014-01-27 00:01:40 UTC (rev 856)
@@ -454,3 +454,11 @@
   year =         2013,
   publisher =    {Springer}
 }
+
+ at Manual{nlme,
+  title =        {nlme: Linear and Nonlinear Mixed Effects Models},
+  author =       {Jos\'{e} Pinheiro and Douglas Bates and Saikat DebRoy and Deepayan Sarkar and {EISPACK authors} and {R Core}},
+  year =         2013,
+  note =         {R package version 3.1-113},
+  url =          {http://CRAN.R-project.org/package=nlme},
+}



More information about the Rprotobuf-commits mailing list