[Rcpp-commits] r4593 - in pkg/Rcpp: . inst/include/Rcpp/stats

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Nov 22 14:19:53 CET 2013


Author: edd
Date: 2013-11-22 14:19:52 +0100 (Fri, 22 Nov 2013)
New Revision: 4593

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/inst/include/Rcpp/stats/nt.h
Log:
bug fix and correct expandion for (d|q|p)nt() function


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2013-10-29 15:29:39 UTC (rev 4592)
+++ pkg/Rcpp/ChangeLog	2013-11-22 13:19:52 UTC (rev 4593)
@@ -1,7 +1,11 @@
+2013-11-22  Dirk Eddelbuettel  <edd at debian.org>
+
+	* inst/include/Rcpp/stats/nt.h: Correct expandion for (d|q|p)nt() function
+
 2013-10-28 Romain Francois <romain at r-enthusiasts.com>
 
         * include/Rcpp/protection/Armor.h : Armor::operator SEXP has to be const
-        for it to work properly with wrap. 
+        for it to work properly with wrap.
 
 2013-10-27  Dirk Eddelbuettel  <edd at debian.org>
 

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2013-10-29 15:29:39 UTC (rev 4592)
+++ pkg/Rcpp/DESCRIPTION	2013-11-22 13:19:52 UTC (rev 4593)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.10.6
+Version: 0.10.6.1
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, with contributions 
  by Douglas Bates, John Chambers and JJ Allaire

Modified: pkg/Rcpp/inst/include/Rcpp/stats/nt.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/stats/nt.h	2013-10-29 15:29:39 UTC (rev 4592)
+++ pkg/Rcpp/inst/include/Rcpp/stats/nt.h	2013-11-22 13:19:52 UTC (rev 4593)
@@ -2,7 +2,7 @@
 //
 // nt.h: Rcpp R/C++ interface class library -- 
 //
-// Copyright (C) 2010 - 2011 Douglas Bates, Dirk Eddelbuettel and Romain Francois
+// Copyright (C) 2010 - 2013 Douglas Bates, Dirk Eddelbuettel and Romain Francois
 //
 // This file is part of Rcpp.
 //
@@ -22,7 +22,7 @@
 #ifndef Rcpp__stats__nt_h
 #define Rcpp__stats__nt_h
 
-RCPP_DPQ_2(t,::Rf_dt,::Rf_pt,::Rf_qt)
+RCPP_DPQ_2(nt,::Rf_dnt,::Rf_pnt,::Rf_qnt)
 
 #endif
 



More information about the Rcpp-commits mailing list