Skip to content

Commit ad61468

Browse files
undoing Rmath earlier and include Rmath once
1 parent 3e59f97 commit ad61468

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: 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
55
Author: Dirk Eddelbuettel and Romain Francois, with contributions
66
by Douglas Bates, John Chambers and JJ Allaire
77
Maintainer: Dirk Eddelbuettel <edd@debian.org>

inst/include/Rcpp.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@
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>

inst/include/RcppCommon.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

8183
namespace Rcpp{
8284
class Module ;

src/Date.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
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

0 commit comments

Comments
 (0)