File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# cpp11 (development version)
22
3- * Fixed a small protection issue flagged by rchk (#408 ).
4-
5- * ` R_NO_REMAP ` and ` STRICT_R_HEADERS ` are now conditionally defined only if they
6- have not already been defined elsewhere. This is motivated by the fact that
7- ` R_NO_REMAP ` is becoming the default for C++ code in R 4.5.0 (#410 ).
3+ * cpp11 now requires R >=4.0.0, in line with the
4+ [ tidyverse version policy] ( https://www.tidyverse.org/blog/2019/04/r-version-support/ ) (#411 ).
85
96* Because cpp11 now requires R >=4.0.0, a number of previously optional tools
107 are now always available, allowing us to remove some dead code. In
1916 We would like to remove the dead code regarding these tools in the future, so
2017 we ask that you please remove usage of them from your own packages (#411 ).
2118
22- * cpp11 now requires R >=4.0.0, in line with the
23- [ tidyverse version policy] ( https://www.tidyverse.org/blog/2019/04/r-version-support/ ) (#411 ).
19+ * ` R_NO_REMAP ` and ` STRICT_R_HEADERS ` are now conditionally defined only if they
20+ have not already been defined elsewhere. This is motivated by the fact that
21+ ` R_NO_REMAP ` is becoming the default for C++ code in R 4.5.0 (#410 ).
22+
23+ * Fixed a small protection issue flagged by rchk (#408 ).
2424
2525# cpp11 0.5.0
2626
You can’t perform that action at this time.
0 commit comments