[Rcpp-commits] r2681 - in pkg/RcppClassic: . inst/include
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Dec 2 21:30:37 CET 2010
Author: romain
Date: 2010-12-02 21:30:37 +0100 (Thu, 02 Dec 2010)
New Revision: 2681
Modified:
pkg/RcppClassic/DESCRIPTION
pkg/RcppClassic/inst/include/RcppClassic.h
Log:
no need to define the macro anymore
Modified: pkg/RcppClassic/DESCRIPTION
===================================================================
--- pkg/RcppClassic/DESCRIPTION 2010-12-02 20:19:47 UTC (rev 2680)
+++ pkg/RcppClassic/DESCRIPTION 2010-12-02 20:30:37 UTC (rev 2681)
@@ -6,7 +6,7 @@
Fully based on code written during 2005 and 2006 by Dominick Samperi
Maintainer: Dirk Eddelbuettel and Romain Francois <RomainAndDirk at r-enthusiasts.com>
Description: Deprecated Rcpp API.
-Depends: R (>= 2.12.0), Rcpp (>= 0.8.9.2), methods
+Depends: R (>= 2.12.0), Rcpp (>= 0.8.9.3), methods
LinkingTo: Rcpp
License: GPL (>= 2)
MailingList: Please send questions and comments regarding Rcpp to rcpp-devel at lists.r-forge.r-project.org
Modified: pkg/RcppClassic/inst/include/RcppClassic.h
===================================================================
--- pkg/RcppClassic/inst/include/RcppClassic.h 2010-12-02 20:19:47 UTC (rev 2680)
+++ pkg/RcppClassic/inst/include/RcppClassic.h 2010-12-02 20:30:37 UTC (rev 2681)
@@ -24,8 +24,6 @@
#ifndef RcppClassic_hpp
#define RcppClassic_hpp
-#define RCPP_NO_CLASSIC_API
-
#include <RcppCommon.h>
#include <classic/classic.h>
#include <Rcpp.h>
More information about the Rcpp-commits
mailing list