[Rcpp-commits] r799 - in pkg: Rcpp Rcpp/src/Rcpp RcppArmadillo
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Mar 1 09:51:37 CET 2010
Author: romain
Date: 2010-03-01 09:51:37 +0100 (Mon, 01 Mar 2010)
New Revision: 799
Modified:
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/src/Rcpp/Vector.h
pkg/RcppArmadillo/DESCRIPTION
Log:
version bumps
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2010-03-01 08:45:30 UTC (rev 798)
+++ pkg/Rcpp/DESCRIPTION 2010-03-01 08:51:37 UTC (rev 799)
@@ -1,6 +1,6 @@
Package: Rcpp
Title: Rcpp R/C++ interface package
-Version: 0.7.7.11
+Version: 0.7.7.12
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois, with contributions
by Simon Urbanek and David Reiss; based on code written during
Modified: pkg/Rcpp/src/Rcpp/Vector.h
===================================================================
--- pkg/Rcpp/src/Rcpp/Vector.h 2010-03-01 08:45:30 UTC (rev 798)
+++ pkg/Rcpp/src/Rcpp/Vector.h 2010-03-01 08:51:37 UTC (rev 799)
@@ -411,6 +411,7 @@
public:
VectorBase() : RObject(){}
VectorBase(SEXP x) : RObject(x){}
+ ~VectorBase(){}
VectorBase(const VectorBase& v) : RObject( v.asSexp() ){}
VectorBase& operator=(const VectorBase& v) {
setSEXP( v.asSexp() ) ;
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2010-03-01 08:45:30 UTC (rev 798)
+++ pkg/RcppArmadillo/DESCRIPTION 2010-03-01 08:51:37 UTC (rev 799)
@@ -1,7 +1,7 @@
Package: RcppArmadillo
Type: Package
Title: Rcpp/Armadillo translation layer
-Version: 0.0.2
+Version: 0.0.3
Date: $Date$
Author: Romain Francois and Dirk Eddelbuettel
Maintainer: Dirk and Romain <RomainAndDirk at r-enthusiasts.com>
@@ -24,7 +24,7 @@
capabilities of the Rcpp package for seamless R and C++ integration/
License: GPL (>= 2)
LazyLoad: yes
-Depends: Rcpp (>= 0.7.7.9)
-SystemRequirements: Armadillo
-URL: http://arma.sourceforge.net/, http://cran.r-project.org/package=Rcpp
+Depends: Rcpp (>= 0.7.7.12)
+SystemRequirements: Armadillo (>= 0.6.12)
+URL: http://arma.sourceforge.net/, http://cran.r-project.org/package=RcppArmadillo
OS_type: unix
More information about the Rcpp-commits
mailing list