File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11Package: Rcpp
22Title: Seamless R and C++ Integration
3- Version: 0.10.6.1
4- Date: 2013-11-13
3+ Version: 0.10.6.2
4+ Date: 2013-11-14
55Author: Dirk Eddelbuettel and Romain Francois, with contributions
66 by Douglas Bates, John Chambers and JJ Allaire
77Maintainer: Dirk Eddelbuettel <edd@debian.org>
Original file line number Diff line number Diff line change 6060#include < Rcpp/Module.h>
6161#include < Rcpp/InternalFunction.h>
6262
63- #include < Rmath.h>
64- #include < Rcpp/sugar/undoRmath.h>
65-
6663#ifndef RCPP_NO_SUGAR
6764#include < Rcpp/sugar/sugar.h>
6865#include < Rcpp/stats/stats.h>
Original file line number Diff line number Diff line change @@ -76,7 +76,9 @@ namespace Rcpp{
7676#include < typeinfo>
7777#include < Rcpp/sprintf.h>
7878#include < R_ext/Callbacks.h>
79- #include < Rmath.h> // for Rf_fround
79+
80+ #include < Rmath.h>
81+ #include < Rcpp/sugar/undoRmath.h>
8082
8183namespace Rcpp {
8284 class Module ;
Original file line number Diff line number Diff line change 2929#define COMPILING_RCPP
3030
3131#include < Rcpp.h>
32- #include < Rmath.h> // for Rf_fround
3332#include < time.h> // for gmtime
3433#include < Rcpp/exceptions.h>
3534
You can’t perform that action at this time.
0 commit comments