Skip to content

Commit 58eeff2

Browse files
committed
CITATION file added and reference in manual pages added as suggested by Achim
Version number in DESCRIPTION increased by microinstance
1 parent c9c3507 commit 58eeff2

5 files changed

Lines changed: 39 additions & 3 deletions

File tree

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2013-01-14 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* inst/CITATION: Added as provided by JSS editor
4+
* man/fastLm.Rd: Added reference to JSS paper
5+
* man/RcppEigen-package.Rd: Idem
6+
17
2012-11-29 Douglas Bates <bates@stat.wisc.edu>
28

39
* DESCRIPTION: New version

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: RcppEigen
22
Type: Package
33
Title: Rcpp integration for the Eigen templated linear algebra library.
4-
Version: 0.3.1.2
5-
Date: 2012-11-29
4+
Version: 0.3.1.2.1
5+
Date: 2013-01-14
66
Author: Douglas Bates, Romain Francois and Dirk Eddelbuettel
77
Maintainer: Douglas Bates <bates@stat.wisc.edu>
88
Description: R and Eigen integration using Rcpp.

inst/CITATION

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
citHeader("To cite RcppEigen in publications use:")
2+
3+
citEntry(entry = "Article",
4+
title = "Fast and Elegant Numerical Linear Algebra Using the {RcppEigen} Package",
5+
author = personList(as.person("Douglas Bates"),
6+
as.person("Dirk Eddelbuettel")),
7+
journal = "Journal of Statistical Software",
8+
year = "2013",
9+
volume = "52",
10+
number = "5",
11+
pages = "1--24",
12+
url = "http://www.jstatsoft.org/v52/i05/",
13+
14+
textVersion =
15+
paste("Douglas Bates, Dirk Eddelbuettel (2013).",
16+
"Fast and Elegant Numerical Linear Algebra Using the RcppEigen Package.",
17+
"Journal of Statistical Software, 52(5), 1-24.",
18+
"URL http://www.jstatsoft.org/v52/i05/.")
19+
)

man/RcppEigen-package.Rd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,10 @@ Rcpp/Eigen bridge
2020
\url{http://eigen.tuxfamily.org}, Eigen is a versatile, fast, reliable
2121
and elegant collection of C++ classes for linear algebra.
2222
}
23-
\references{\url{http://eigen.tuxfamily.org}}
23+
\references{
24+
Douglas Bates and Dirk Eddelbuettel (2013). Fast and Elegant Numerical
25+
Linear Algebra Using the \pkg{RcppEigen} Package. \emph{Journal of
26+
Statistical Software}, \bold{52(5)}, 1-24.
27+
URL http://www.jstatsoft.org/v52/i05/.
28+
}
2429
\keyword{ package }

man/fastLm.Rd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ fastLm(X, \dots)
8383
\code{\link[MASS]{rlm}} functions..
8484
}
8585
\seealso{\code{\link{lm}}, \code{\link{lm.fit}}}
86+
\references{
87+
Douglas Bates and Dirk Eddelbuettel (2013). Fast and Elegant Numerical
88+
Linear Algebra Using the \pkg{RcppEigen} Package. \emph{Journal of
89+
Statistical Software}, \bold{52(5)}, 1-24.
90+
URL http://www.jstatsoft.org/v52/i05/.
91+
}
8692
\author{
8793
Eigen is described at \url{http://eigen.tuxfamily.org}. RcppEigen is written by
8894
Douglas Bates, Dirk Eddelbuettel and Romain Francois.

0 commit comments

Comments
 (0)