Package: RcppThread Title: R-Friendly Threading in C++ Version: 2.4.0 Authors@R: c( person("Thomas", "Nagler",, "mail@tnagler.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1855-0046")) ) Description: Provides a C++11-style thread class and thread pool that can safely be interrupted from R. See Nagler (2021) . Depends: R (>= 3.3.0) License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/tnagler/RcppThread BugReports: https://github.com/tnagler/RcppThread/issues Suggests: testthat, R.rsp, Rcpp VignetteBuilder: R.rsp Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Repository: https://tnagler.r-universe.dev Date/Publication: 2026-06-11 13:39:07 UTC RemoteUrl: https://github.com/tnagler/rcppthread RemoteRef: HEAD RemoteSha: e892bf2760258c3d28c19a0a9490a39a81508874 NeedsCompilation: yes Packaged: 2026-06-24 04:39:04 UTC; root Author: Thomas Nagler [aut, cre] (ORCID: ) Maintainer: Thomas Nagler