Skip to content

Commit ff49e84

Browse files
committed
CRAN release 5.1.5
1 parent ad65ac4 commit ff49e84

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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.1.4-9000
4+
Version: 5.1.5
55
Authors@R: c(
66
person("JJ", "Allaire", role = c("aut"), email = "jj@rstudio.com"),
77
person("Romain", "Francois", role = c("aut", "cph")),

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

2-
## RcppParallel 5.1.5 (UNRELEASED)
2+
## RcppParallel 5.1.5
3+
4+
* Patches to ensure compatibility with the R 4.2.0 UCRT toolchain on Windows,
5+
adapted from patches contributed by Tomas Kalibera.
36

47
* Fixed an issue where setting `TBB_ROOT` (or `TBB_INC` / `TBB_LIB`) would
58
copy rather than symlink the associated libraries. (#161)

0 commit comments

Comments
 (0)