File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919^tools/tbb$
2020^\.github$
2121^\.claude$
22+ ^cran-comments\.md$
2223^patches
Original file line number Diff line number Diff line change 1+ ## RcppParallel 6.0.0
2+
3+ This is a major release, which updates the bundled version of oneTBB to
4+ 2022.0.0. Because the TBB ABI has changed, packages compiled against an
5+ older version of RcppParallel may need to be rebuilt. RcppParallel provides
6+ compatibility headers and symbols to help ease this transition.
7+
8+ On Windows, RcppParallel now uses the copy of TBB provided by Rtools
9+ (R >= 4.2.0), rather than bundling its own copy.
10+
11+ ## R CMD check results
12+
13+ 0 errors | 0 warnings | 0 notes
14+
15+ ## revdepcheck results
16+
17+ We checked 301 reverse dependencies (273 from CRAN + 28 from Bioconductor),
18+ comparing R CMD check results across CRAN and dev versions of this package.
19+
20+ * We saw 0 new problems
21+ * We failed to check 16 packages
22+
23+ The packages we failed to check did so because they link, directly or
24+ transitively, against other packages (e.g. 'Rfast', 'stringfish') that were
25+ themselves compiled against the previous TBB ABI. These fail to load with
26+ errors such as "undefined symbol: _ ZTIN3tbb4taskE" until those upstream
27+ packages are rebuilt against oneTBB 2022.0. We expect these to resolve once
28+ CRAN rebuilds the reverse dependency chain against RcppParallel 6.0.0.
You can’t perform that action at this time.
0 commit comments