File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* DESCRIPTION (Version, Date): Roll minor version
4
4
5
+ * inst/unitTests/runit.sugar.R: Set the sample() behaviour to R 3.5.0
6
+ as R 3.6.0 has a breaking change (for the better)
7
+
5
8
2019-03-13 Romain François <
[email protected] >
6
9
7
10
* inst/include/Rcpp/macros/macros.h: Add UNPROTECT to please rchk
Original file line number Diff line number Diff line change 1
1
# !/usr/bin/env r
2
2
# -*- mode: R; ess-indent-level: 4; indent-tabs-mode: nil; -*-
3
3
#
4
- # Copyright (C) 2010 - 2015 Dirk Eddelbuettel and Romain Francois
4
+ # Copyright (C) 2010 - 2019 Dirk Eddelbuettel and Romain Francois
5
5
#
6
6
# This file is part of Rcpp.
7
7
#
22
22
23
23
if (.runThisTest ) {
24
24
25
+ # # Needed for a change in R 3.6.0 reducing a bias in very large samples
26
+ suppressWarnings(RNGversion(" 3.5.0" ))
27
+
25
28
.setUp <- Rcpp ::: unitTestSetup(" sugar.cpp" )
26
29
27
30
test.sugar.abs <- function ( ){
You can’t perform that action at this time.
0 commit comments