Skip to content

Commit 307b39f

Browse files
committed
updated comment as Rcpp 1.0.8 (2022-01) will bring STRICT_R_HEADERS
1 parent e79c70e commit 307b39f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ docker
2727
vignettes/Makefile
2828
vignettes/rmd
2929
\.github
30+
^issue.*\.md

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2021-07-02 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/include/Rcpp/r/headers.h: Update notice as January 2022
4+
release will remove protection for STRICT_R_HEADERS making it default
5+
16
2021-05-27 Dirk Eddelbuettel <[email protected]>
27

38
* inst/tinytest/cpp/rcppversion.cpp (checkVersion): Allow for more

inst/include/Rcpp/r/headers.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// headers.h: Rcpp R/C++ interface class library -- R headers
22
//
33
// Copyright (C) 2008 - 2009 Dirk Eddelbuettel
4-
// Copyright (C) 2009 - 2019 Dirk Eddelbuettel and Romain Francois
4+
// Copyright (C) 2009 - 2021 Dirk Eddelbuettel and Romain Francois
55
//
66
// This file is part of Rcpp.
77
//
@@ -25,8 +25,7 @@
2525
#define MAXELTSIZE 8192
2626
#define R_NO_REMAP
2727

28-
// until September 2019, define RCPP_NO_STRICT_R_HEADERS for transition
29-
// (that goal was too optimistic, reverse depency checks showed too much breakage)
28+
// until January 2022, define RCPP_NO_STRICT_R_HEADERS for transition
3029
#ifndef RCPP_NO_STRICT_R_HEADERS
3130
# define RCPP_NO_STRICT_R_HEADERS
3231
#endif

0 commit comments

Comments
 (0)