Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RcppThread
Title: R-Friendly Threading in C++
Version: 2.2.0.9000
Version: 2.3.0
Authors@R: c(
person("Thomas", "Nagler",, "mail@tnagler.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1855-0046"))
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# RcppThread (development version)
# RcppThread 2.3.0

* fixed issues with hanging interrupts on Rgui.exe and similar (#82).

* fixed non-virtual destructor warning in ProgressPrinter base class (#80, thanks @SpatLyu).

# RcppThread 2.2.0

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Provides R-friendly threading functionality:
* thread safe versions of [Rcpp's](https://www.rcpp.org/)
`checkUserInterrupt()`, `Rcout`, and `Rcerr`,
* an interruptible thread class that otherwise behaves like
[`std::thread`](https://en.cppreference.com/w/cpp/thread/thread),
[`std::thread`](https://en.cppreference.com/w/cpp/thread/thread.html),
* classes for the [thread pool
pattern](https://en.wikipedia.org/wiki/Thread_pool) and parallel for loops
for easy and flexible parallelism,
Expand All @@ -20,7 +20,7 @@ Provides R-friendly threading functionality:

The library is header-only, platform-independent, and only
requires a
[C++11-compatible compiler](https://en.cppreference.com/w/cpp/compiler_support#cpp11).
[C++11-compatible compiler](https://en.cppreference.com/w/cpp/compiler_support.html#cpp11).

## Functionality

Expand Down
Binary file modified vignettes/RcppThread-vignette.pdf
Binary file not shown.