[Rcpp-commits] r969 - in pkg/RcppArmadillo: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Apr 4 01:43:01 CEST 2010
Author: edd
Date: 2010-04-04 01:43:01 +0200 (Sun, 04 Apr 2010)
New Revision: 969
Modified:
pkg/RcppArmadillo/DESCRIPTION
pkg/RcppArmadillo/inst/ChangeLog
Log:
remove 'SystemRequirements: Boost' as Boost is permanently undef'ed
make the current version a subversion of 0.1.0 (the last release)
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2010-04-03 23:12:32 UTC (rev 968)
+++ pkg/RcppArmadillo/DESCRIPTION 2010-04-03 23:43:01 UTC (rev 969)
@@ -1,7 +1,7 @@
Package: RcppArmadillo
Type: Package
Title: Rcpp/Armadillo translation layer
-Version: 0.1.2
+Version: 0.1.0.2
Date: $Date$
Author: Romain Francois and Dirk Eddelbuettel and Doug Bates
Maintainer: Romain and Dirk and Doug <RcppArmadillo-authors at r-enthusiasts.com>
@@ -26,5 +26,4 @@
LinkingTo: Rcpp
LazyLoad: yes
Depends: Rcpp (>= 0.7.10.2)
-SystemRequirements: Boost
URL: http://arma.sourceforge.net/, http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/RcppArmadillo
Modified: pkg/RcppArmadillo/inst/ChangeLog
===================================================================
--- pkg/RcppArmadillo/inst/ChangeLog 2010-04-03 23:12:32 UTC (rev 968)
+++ pkg/RcppArmadillo/inst/ChangeLog 2010-04-03 23:43:01 UTC (rev 969)
@@ -1,8 +1,7 @@
2010-04-03 Dirk Eddelbuettel <edd at debian.org>
- * DESCRIPTION: Set SystemRequirements: to Boost, remove OS_type
- restriction now that RcppArmadillo includes Armadillo headers,
- add Doug to Authors and Maintainers
+ * DESCRIPTION: Remove OS_type restriction now that RcppArmadillo
+ includes Armadillo headers, add Doug to Authors and Maintainers
2010-04-03 Douglas Bates <bates at stat.wisc.edu>
More information about the Rcpp-commits
mailing list