File tree Expand file tree Collapse file tree 9 files changed +24
-1
lines changed
Expand file tree Collapse file tree 9 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ 2026-04-01 Mattias Ellert <mattias.ellert@physics.uu.se>
2+
3+ * inst/discovery/cxx0x.R: Set execute permissions for script
4+ with shebang
5+ * inst/examples/ConvolveBenchmarks/overhead.r: Idem
6+ * inst/examples/ConvolveBenchmarks/overhead.sh: Idem
7+ * inst/examples/Misc/ifelseLooped.r: Idem
8+ * inst/examples/Misc/newFib.r: Idem
9+ * inst/examples/OpenMP/OpenMPandInline.r: Idem
10+ * inst/tinytest/test_dispatch.R: Idem
11+
1122026-03-29 Iñaki Ucar <iucar@fedoraproject.org>
213
314 * inst/include/Rcpp/api/meat/Rcpp_eval.h: Remove check for non-API
Original file line number Diff line number Diff line change 33\newcommand {\ghpr }{\href {https : // github.com / RcppCore / Rcpp / pull / # 1}{##1}}
44\newcommand {\ghit }{\href {https : // github.com / RcppCore / Rcpp / issues / # 1}{##1}}
55
6- \section {Changes in Rcpp release version 1.1.2 [unreleased ] (expected 2026 - 07 - xx )}{
6+ \section {Changes in Rcpp release version 1.1.2 [unreleased ] (expected 2026 - 07 - 01 )}{
77 \itemize {
88 \item Changes in Rcpp API :
99 \itemize {
2121 (I ñaki in \ghpr {1457 } fixing \ghpr {1454 })
2222 \item The parent environment is now accessed via \code {R_ParentEnv }
2323 (Dirk in \ghpr {1460 } fixing \ghit {1459 })
24+ \item Change to returning \code {dataptr } again for better handling of
25+ empty vectors (I ñaki in \ghpr {1462 } fixing \ghit {1461 })
26+ }
27+ \item Changes in Rcpp Documentation :
28+ \itemize {
29+ \item Reference in the bibliography used by the package vignettes have
30+ been updated.
31+ }
32+ \item Changes in Rcpp Deployment :
33+ \itemize {
34+ \item Excute permissions are set consistently on scripts with shebangs
35+ (Mattias Ellert in \ghpr {1467 })
2436 }
2537 }
2638}
You can’t perform that action at this time.
0 commit comments