Skip to content

Commit d1dd9d2

Browse files
committed
add cran-comments for 6.0.0
1 parent 273e72c commit d1dd9d2

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
^tools/tbb$
2020
^\.github$
2121
^\.claude$
22+
^cran-comments\.md$
2223
^patches

cran-comments.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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.

0 commit comments

Comments
 (0)