[Rcpp-commits] r4233 - in pkg/RcppEigen: . inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Feb 2 21:06:04 CET 2013


Author: edd
Date: 2013-02-02 21:06:04 +0100 (Sat, 02 Feb 2013)
New Revision: 4233

Added:
   pkg/RcppEigen/inst/CITATION
Modified:
   pkg/RcppEigen/ChangeLog
   pkg/RcppEigen/man/RcppEigen-package.Rd
   pkg/RcppEigen/man/fastLm.Rd
Log:
reversed commit 4223


Modified: pkg/RcppEigen/ChangeLog
===================================================================
--- pkg/RcppEigen/ChangeLog	2013-02-02 16:44:13 UTC (rev 4232)
+++ pkg/RcppEigen/ChangeLog	2013-02-02 20:06:04 UTC (rev 4233)
@@ -3,11 +3,6 @@
 	* vignettes/jss835/: Regroup all related files in this directory
 	* .Rbuildignore: Ignore vignettes/jss835
 
-2013-01-24  Douglas Bates  <bates at stat.wisc.edu>
-
-	* man/RcppEigen-package.Rd, man/fastlm.Rd, DESCRIPTION: Remove
-	references to JSS paper
-
 2013-01-14  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/CITATION: Added as provided by JSS editor

Copied: pkg/RcppEigen/inst/CITATION (from rev 4222, pkg/RcppEigen/inst/CITATION)
===================================================================
--- pkg/RcppEigen/inst/CITATION	                        (rev 0)
+++ pkg/RcppEigen/inst/CITATION	2013-02-02 20:06:04 UTC (rev 4233)
@@ -0,0 +1,19 @@
+citHeader("To cite RcppEigen in publications use:")
+
+citEntry(entry = "Article",
+  title        = "Fast and Elegant Numerical Linear Algebra Using the {RcppEigen} Package",
+  author       = personList(as.person("Douglas Bates"),
+                   as.person("Dirk Eddelbuettel")),
+  journal      = "Journal of Statistical Software",
+  year         = "2013",
+  volume       = "52",
+  number       = "5",
+  pages        = "1--24",
+  url          = "http://www.jstatsoft.org/v52/i05/",
+
+  textVersion  =
+  paste("Douglas Bates, Dirk Eddelbuettel (2013).",
+        "Fast and Elegant Numerical Linear Algebra Using the RcppEigen Package.",
+        "Journal of Statistical Software, 52(5), 1-24.",
+        "URL http://www.jstatsoft.org/v52/i05/.")
+)

Modified: pkg/RcppEigen/man/RcppEigen-package.Rd
===================================================================
--- pkg/RcppEigen/man/RcppEigen-package.Rd	2013-02-02 16:44:13 UTC (rev 4232)
+++ pkg/RcppEigen/man/RcppEigen-package.Rd	2013-02-02 20:06:04 UTC (rev 4233)
@@ -20,4 +20,10 @@
   \url{http://eigen.tuxfamily.org}, Eigen is a versatile, fast, reliable
   and elegant collection of C++ classes for linear algebra.
 }
+\references{
+  Douglas Bates and Dirk Eddelbuettel (2013). Fast and Elegant Numerical
+  Linear Algebra Using the \pkg{RcppEigen} Package. \emph{Journal of
+    Statistical Software}, \bold{52(5)}, 1-24.
+  URL http://www.jstatsoft.org/v52/i05/.
+}
 \keyword{ package }

Modified: pkg/RcppEigen/man/fastLm.Rd
===================================================================
--- pkg/RcppEigen/man/fastLm.Rd	2013-02-02 16:44:13 UTC (rev 4232)
+++ pkg/RcppEigen/man/fastLm.Rd	2013-02-02 20:06:04 UTC (rev 4233)
@@ -83,6 +83,12 @@
   \code{\link[MASS]{rlm}} functions..
 }
 \seealso{\code{\link{lm}}, \code{\link{lm.fit}}} 
+\references{
+  Douglas Bates and Dirk Eddelbuettel (2013). Fast and Elegant Numerical
+  Linear Algebra Using the \pkg{RcppEigen} Package. \emph{Journal of
+    Statistical Software}, \bold{52(5)}, 1-24.
+  URL http://www.jstatsoft.org/v52/i05/.
+}
 \author{
   Eigen is described at \url{http://eigen.tuxfamily.org}. RcppEigen is written by
   Douglas Bates, Dirk Eddelbuettel and Romain Francois.



More information about the Rcpp-commits mailing list