File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 27
27
vignettes/Makefile
28
28
vignettes/rmd
29
29
\.github
30
+ ^issue.*\.md
Original file line number Diff line number Diff line change
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
+
1
6
2021-05-27 Dirk Eddelbuettel <
[email protected] >
2
7
3
8
* inst/tinytest/cpp/rcppversion.cpp (checkVersion): Allow for more
Original file line number Diff line number Diff line change 1
1
// headers.h: Rcpp R/C++ interface class library -- R headers
2
2
//
3
3
// 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
5
5
//
6
6
// This file is part of Rcpp.
7
7
//
25
25
#define MAXELTSIZE 8192
26
26
#define R_NO_REMAP
27
27
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
30
29
#ifndef RCPP_NO_STRICT_R_HEADERS
31
30
# define RCPP_NO_STRICT_R_HEADERS
32
31
#endif
You can’t perform that action at this time.
0 commit comments