Package: RcppThread 2.1.7
RcppThread: R-Friendly Threading in C++
Provides a C++11-style thread class and thread pool that can safely be interrupted from R. See Nagler (2021) <doi:10.18637/jss.v097.c01>.
Authors:
RcppThread_2.1.7.tar.gz
RcppThread_2.1.7.zip(r-4.5)RcppThread_2.1.7.zip(r-4.4)RcppThread_2.1.7.zip(r-4.3)
RcppThread_2.1.7.tgz(r-4.4-x86_64)RcppThread_2.1.7.tgz(r-4.4-arm64)RcppThread_2.1.7.tgz(r-4.3-x86_64)RcppThread_2.1.7.tgz(r-4.3-arm64)
RcppThread_2.1.7.tar.gz(r-4.5-noble)RcppThread_2.1.7.tar.gz(r-4.4-noble)
RcppThread_2.1.7.tgz(r-4.4-emscripten)RcppThread_2.1.7.tgz(r-4.3-emscripten)
RcppThread.pdf |RcppThread.html✨
RcppThread/json (API)
NEWS
# Install 'RcppThread' in R: |
install.packages('RcppThread', repos = c('https://tnagler.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tnagler/rcppthread/issues
Last updated 9 months agofrom:2de1797a1b. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 21 2024 |
R-4.5-win-x86_64 | OK | Oct 21 2024 |
R-4.5-linux-x86_64 | OK | Oct 21 2024 |
R-4.4-win-x86_64 | OK | Oct 21 2024 |
R-4.4-mac-x86_64 | OK | Oct 21 2024 |
R-4.4-mac-aarch64 | OK | Oct 21 2024 |
R-4.3-win-x86_64 | OK | Oct 21 2024 |
R-4.3-mac-x86_64 | OK | Oct 21 2024 |
R-4.3-mac-aarch64 | OK | Oct 21 2024 |
Exports:detectCoresLdFlags
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Detect the Number of CPU Cores | detectCores |
Get portable linker flags for libraries building on RcppThread | LdFlags |
R-friendly C++11 threads | RcppThread-package RcppThread |