[Rcpp-commits] r3884 - pkg/Rcpp/inst/include/Rcpp/stats
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Nov 2 04:54:03 CET 2012
Author: edd
Date: 2012-11-02 04:54:03 +0100 (Fri, 02 Nov 2012)
New Revision: 3884
Modified:
pkg/Rcpp/inst/include/Rcpp/stats/nbeta.h
Log:
typo / bug fix
Modified: pkg/Rcpp/inst/include/Rcpp/stats/nbeta.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/stats/nbeta.h 2012-11-02 03:04:13 UTC (rev 3883)
+++ pkg/Rcpp/inst/include/Rcpp/stats/nbeta.h 2012-11-02 03:54:03 UTC (rev 3884)
@@ -2,7 +2,7 @@
//
// nbeta.h: Rcpp R/C++ interface class library --
//
-// Copyright (C) 2010 - 2011 Douglas Bates, Dirk Eddelbuettel and Romain Francois
+// Copyright (C) 2010 - 2012 Douglas Bates, Dirk Eddelbuettel and Romain Francois
//
// This file is part of Rcpp.
//
@@ -22,7 +22,7 @@
#ifndef Rcpp__stats__nbeta_h
#define Rcpp__stats__nbeta_h
-RCPP_DPQ_3(nbeta,::Rf_dnbeta,::Rf_pbeta,::Rf_qbeta)
+RCPP_DPQ_3(nbeta,::Rf_dnbeta,::Rf_pnbeta,::Rf_qnbeta)
#endif
More information about the Rcpp-commits
mailing list