[Rcpp-commits] r4211 - in pkg/RcppEigen: . inst man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jan 15 03:36:45 CET 2013
Author: edd
Date: 2013-01-15 03:36:44 +0100 (Tue, 15 Jan 2013)
New Revision: 4211
Added:
pkg/RcppEigen/inst/CITATION
Modified:
pkg/RcppEigen/ChangeLog
pkg/RcppEigen/DESCRIPTION
pkg/RcppEigen/man/RcppEigen-package.Rd
pkg/RcppEigen/man/fastLm.Rd
Log:
CITATION file added and reference in manual pages added as suggested by Achim
Version number in DESCRIPTION increased by microinstance
Modified: pkg/RcppEigen/ChangeLog
===================================================================
--- pkg/RcppEigen/ChangeLog 2013-01-14 16:42:28 UTC (rev 4210)
+++ pkg/RcppEigen/ChangeLog 2013-01-15 02:36:44 UTC (rev 4211)
@@ -1,3 +1,9 @@
+2013-01-14 Dirk Eddelbuettel <edd at debian.org>
+
+ * inst/CITATION: Added as provided by JSS editor
+ * man/fastLm.Rd: Added reference to JSS paper
+ * man/RcppEigen-package.Rd: Idem
+
2012-11-29 Douglas Bates <bates at stat.wisc.edu>
* DESCRIPTION: New version
Modified: pkg/RcppEigen/DESCRIPTION
===================================================================
--- pkg/RcppEigen/DESCRIPTION 2013-01-14 16:42:28 UTC (rev 4210)
+++ pkg/RcppEigen/DESCRIPTION 2013-01-15 02:36:44 UTC (rev 4211)
@@ -1,8 +1,8 @@
Package: RcppEigen
Type: Package
Title: Rcpp integration for the Eigen templated linear algebra library.
-Version: 0.3.1.2
-Date: 2012-11-29
+Version: 0.3.1.2.1
+Date: 2013-01-14
Author: Douglas Bates, Romain Francois and Dirk Eddelbuettel
Maintainer: Douglas Bates <bates at stat.wisc.edu>
Description: R and Eigen integration using Rcpp.
Added: pkg/RcppEigen/inst/CITATION
===================================================================
--- pkg/RcppEigen/inst/CITATION (rev 0)
+++ pkg/RcppEigen/inst/CITATION 2013-01-15 02:36:44 UTC (rev 4211)
@@ -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-01-14 16:42:28 UTC (rev 4210)
+++ pkg/RcppEigen/man/RcppEigen-package.Rd 2013-01-15 02:36:44 UTC (rev 4211)
@@ -20,5 +20,10 @@
\url{http://eigen.tuxfamily.org}, Eigen is a versatile, fast, reliable
and elegant collection of C++ classes for linear algebra.
}
-\references{\url{http://eigen.tuxfamily.org}}
+\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-01-14 16:42:28 UTC (rev 4210)
+++ pkg/RcppEigen/man/fastLm.Rd 2013-01-15 02:36:44 UTC (rev 4211)
@@ -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