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 2727vignettes/Makefile
2828vignettes/rmd
2929\.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+
162021-05-27 Dirk Eddelbuettel <
[email protected] >
27
38 * inst/tinytest/cpp/rcppversion.cpp (checkVersion): Allow for more
Original file line number Diff line number Diff line change 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//
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
You can’t perform that action at this time.
0 commit comments