Skip to content

Commit 2e8889d

Browse files
committed
release 0.3.2.7.0
1 parent ea2de67 commit 2e8889d

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

ChangeLog

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2016-01-20 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION: Release 0.3.2.7.0
4+
5+
* debian/*: Changes for Debian release of 0.3.2.7.0
6+
7+
2016-01-19 Dirk Eddelbuettel <[email protected]>
8+
9+
* inst/unitTests/runit.sparse.R (test.sparseCholesky.R): Accomodate
10+
stricter as.vector() requirements in R-devel
11+
112
2016-01-18 Yixuan Qiu <[email protected]>
213

314
* inst/include/Eigen: Updated to release 3.2.7 of Eigen
@@ -39,8 +50,8 @@
3950

4051
2015-07-13 Yixuan Qiu <[email protected]>
4152

42-
* inst/include/Eigen/src/Core/Assign.h: Applied patch from upstream Eigen
43-
that will appear in the next release
53+
* inst/include/Eigen/src/Core/Assign.h: Applied patch from upstream
54+
Eigen that will appear in the next release
4455

4556
2015-07-12 Dirk Eddelbuettel <[email protected]>
4657

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: RcppEigen
22
Type: Package
33
Title: 'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library
44
Version: 0.3.2.7.0
5-
Date: 2016-01-18
5+
Date: 2016-01-19
66
Author: Douglas Bates, Dirk Eddelbuettel and Romain Francois;
77
the authors of Eigen for the included version of Eigen
88
Maintainer: Dirk Eddelbuettel <[email protected]>

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
r-cran-rcppeigen (0.3.2.7.0-1) unstable; urgency=low
2+
3+
* New upstream release
4+
5+
-- Dirk Eddelbuettel <[email protected]> Tue, 19 Jan 2016 20:35:19 -0600
6+
17
r-cran-rcppeigen (0.3.2.5.1-1) unstable; urgency=low
28

39
* New upstream release

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: r-cran-rcppeigen
22
Section: gnu-r
33
Priority: optional
44
Maintainer: Dirk Eddelbuettel <[email protected]>
5-
Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.2.2), cdbs, r-cran-rcpp (>= 0.11.0), r-cran-matrix (>= 1.1-0), r-cran-pkgkitten
5+
Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.2.3), cdbs, r-cran-rcpp (>= 0.11.0), r-cran-matrix (>= 1.1-0), r-cran-pkgkitten
66
Standards-Version: 3.9.6
77

88
Package: r-cran-rcppeigen

0 commit comments

Comments
 (0)