File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
2021-01-28 Iñaki Ucar <
[email protected] >
2
2
3
- * DESCRIPTION (Version, Date): Roll minor version
4
- * inst/include/Rcpp/config.h: Idem
5
-
6
- * inst/include/Rcpp/iostream/Rstreambuf.h: Support for global Rcout/Rcerr by
7
- adding `-DRCPP_USE_GLOBAL_ROSTREAM` to `PKG_CPPFLAGS`. This behavior mimics
8
- std::cout/cerr. Required initialization code is automatically generated.
9
- * inst/include/Rcpp/routines.h: Ditto
10
- * src/api.cpp: Ditto
11
- * src/attributes.cpp: Ditto
12
- * src/rcpp_init.cpp: Ditto
3
+ * inst/include/Rcpp/iostream/Rstreambuf.h: Support for global Rcout/Rcerr by
4
+ adding `-DRCPP_USE_GLOBAL_ROSTREAM` to `PKG_CPPFLAGS`. This behavior mimics
5
+ std::cout/cerr. Required initialization code is automatically generated.
6
+ * inst/include/Rcpp/routines.h: Ditto
7
+ * src/api.cpp: Ditto
8
+ * src/attributes.cpp: Ditto
9
+ * src/rcpp_init.cpp: Ditto
13
10
14
11
2021-01-21 Dirk Eddelbuettel <
[email protected] >
15
12
You can’t perform that action at this time.
0 commit comments