Skip to content

Commit 01d19ff

Browse files
committed
CRAN release 5.0.2
1 parent 1fa17ea commit 01d19ff

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

.Rbuildignore

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
^.*\.Rproj$
2-
^\.Rproj\.user$
3-
^\.Rprofile$
4-
^src/tbb/build/lib_.*$
5-
^tests/testthat/pkg/RcppParallelTest/src/.*\.s?o$
6-
^tests/testthat/pkg/RcppParallelTest/src/.*\.dll$
7-
^inst/lib$
82
^.travis.yml
93
^README.md
10-
^doc$
11-
^src/.*\.o$
12-
^gen/
4+
^\.Rprofile$
5+
^\.Rproj\.user$
136
^appveyor\.yml$
7+
^doc$
8+
^gen$
9+
^inst/lib$
1410
^revdep$
11+
^src/.*\.o$
12+
^src/tbb/build/lib_.*$
13+
^tags$
14+
^tests/testthat/pkg/RcppParallelTest/src/.*\.dll$
15+
^tests/testthat/pkg/RcppParallelTest/src/.*\.s?o$
16+

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: RcppParallel
22
Type: Package
33
Title: Parallel Programming Tools for 'Rcpp'
4-
Version: 5.0.1-9000
4+
Version: 5.0.2
55
Authors@R: c(
66
person("JJ", "Allaire", role = c("aut"), email = "jj@rstudio.com"),
77
person("Romain", "Francois", role = c("aut", "cph")),

inst/NEWS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
RcppParallel 5.0.2 (UNRELEASED)
1+
RcppParallel 5.0.2
22
------------------------------------------------------------------------
3-
* Subsequent calls to setThreadOptions(...) are now ignored, to avoid
4-
segfaults when compiling RcppParallel / TBB with gcc 10.1.
3+
* setThreadOptions(...) can now only be called once per session, to avoid
4+
segfaults when compiling RcppParallel / TBB with gcc 10.1. Subsequent
5+
calls to setThreadOptions(...) are ignored.
56

67
RcppParallel 5.0.1
78
------------------------------------------------------------------------

0 commit comments

Comments
 (0)